Log Message
[GTK] Fix indentation for GStreamer supported MIME types list https://bugs.webkit.org/show_bug.cgi?id=106812
Patch by Adrian Perez de Castro <[email protected]> on 2013-01-14 Reviewed by Philippe Normand. No tests. No change in behavior. * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (139649 => 139650)
--- trunk/Source/WebCore/ChangeLog 2013-01-14 21:11:25 UTC (rev 139649)
+++ trunk/Source/WebCore/ChangeLog 2013-01-14 21:14:31 UTC (rev 139650)
@@ -1,3 +1,14 @@
+2013-01-14 Adrian Perez de Castro <[email protected]>
+
+ [GTK] Fix indentation for GStreamer supported MIME types list
+ https://bugs.webkit.org/show_bug.cgi?id=106812
+
+ Reviewed by Philippe Normand.
+
+ No tests. No change in behavior.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+
2013-01-14 John Bauman <[email protected]>
Use correct size for DrawingBuffer readback
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (139649 => 139650)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2013-01-14 21:11:25 UTC (rev 139649)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2013-01-14 21:14:31 UTC (rev 139650)
@@ -1614,91 +1614,94 @@
if (typeListInitialized)
return cache;
- const char* mimeTypes[] = {"application/ogg",
- "application/vnd.apple.mpegurl",
- "application/vnd.rn-realmedia",
- "application/x-3gp",
- "application/x-pn-realaudio",
- "audio/3gpp",
- "audio/aac",
- "audio/flac",
- "audio/iLBC-sh",
- "audio/midi",
- "audio/mobile-xmf",
- "audio/mp1",
- "audio/mp2",
- "audio/mp3",
- "audio/mp4",
- "audio/mpeg",
- "audio/ogg",
- "audio/qcelp",
- "audio/riff-midi",
- "audio/wav",
- "audio/webm",
- "audio/x-ac3",
- "audio/x-aiff",
- "audio/x-amr-nb-sh",
- "audio/x-amr-wb-sh",
- "audio/x-au",
- "audio/x-ay",
- "audio/x-celt",
- "audio/x-dts",
- "audio/x-flac",
- "audio/x-gbs",
- "audio/x-gsm",
- "audio/x-gym",
- "audio/x-imelody",
- "audio/x-ircam",
- "audio/x-kss",
- "audio/x-m4a",
- "audio/x-mod",
- "audio/x-mp3",
- "audio/x-mpeg",
- "audio/x-musepack",
- "audio/x-nist",
- "audio/x-nsf",
- "audio/x-paris",
- "audio/x-sap",
- "audio/x-sbc",
- "audio/x-sds",
- "audio/x-shorten",
- "audio/x-sid",
- "audio/x-spc",
- "audio/x-speex",
- "audio/x-svx",
- "audio/x-ttafile",
- "audio/x-vgm",
- "audio/x-voc",
- "audio/x-vorbis+ogg",
- "audio/x-w64",
- "audio/x-wav",
- "audio/x-wavpack",
- "audio/x-wavpack-correction",
- "video/3gpp",
- "video/mj2",
- "video/mp4",
- "video/mpeg",
- "video/mpegts",
- "video/ogg",
- "video/quicktime",
- "video/vivo",
- "video/webm",
- "video/x-cdxa",
- "video/x-dirac",
- "video/x-dv",
- "video/x-fli",
- "video/x-flv",
- "video/x-h263",
- "video/x-ivf",
- "video/x-m4v",
- "video/x-matroska",
- "video/x-mng",
- "video/x-ms-asf",
- "video/x-msvideo",
- "video/x-mve",
- "video/x-nuv",
- "video/x-vcd"};
+ const char* mimeTypes[] = {
+ "application/ogg",
+ "application/vnd.apple.mpegurl",
+ "application/vnd.rn-realmedia",
+ "application/x-3gp",
+ "application/x-pn-realaudio",
+ "audio/3gpp",
+ "audio/aac",
+ "audio/flac",
+ "audio/iLBC-sh",
+ "audio/midi",
+ "audio/mobile-xmf",
+ "audio/mp1",
+ "audio/mp2",
+ "audio/mp3",
+ "audio/mp4",
+ "audio/mpeg",
+ "audio/ogg",
+ "audio/qcelp",
+ "audio/riff-midi",
+ "audio/wav",
+ "audio/webm",
+ "audio/x-ac3",
+ "audio/x-aiff",
+ "audio/x-amr-nb-sh",
+ "audio/x-amr-wb-sh",
+ "audio/x-au",
+ "audio/x-ay",
+ "audio/x-celt",
+ "audio/x-dts",
+ "audio/x-flac",
+ "audio/x-gbs",
+ "audio/x-gsm",
+ "audio/x-gym",
+ "audio/x-imelody",
+ "audio/x-ircam",
+ "audio/x-kss",
+ "audio/x-m4a",
+ "audio/x-mod",
+ "audio/x-mp3",
+ "audio/x-mpeg",
+ "audio/x-musepack",
+ "audio/x-nist",
+ "audio/x-nsf",
+ "audio/x-paris",
+ "audio/x-sap",
+ "audio/x-sbc",
+ "audio/x-sds",
+ "audio/x-shorten",
+ "audio/x-sid",
+ "audio/x-spc",
+ "audio/x-speex",
+ "audio/x-svx",
+ "audio/x-ttafile",
+ "audio/x-vgm",
+ "audio/x-voc",
+ "audio/x-vorbis+ogg",
+ "audio/x-w64",
+ "audio/x-wav",
+ "audio/x-wavpack",
+ "audio/x-wavpack-correction",
+ "video/3gpp",
+ "video/mj2",
+ "video/mp4",
+ "video/mpeg",
+ "video/mpegts",
+ "video/ogg",
+ "video/quicktime",
+ "video/vivo",
+ "video/webm",
+ "video/x-cdxa",
+ "video/x-dirac",
+ "video/x-dv",
+ "video/x-fli",
+ "video/x-flv",
+ "video/x-h263",
+ "video/x-ivf",
+ "video/x-m4v",
+ "video/x-matroska",
+ "video/x-mng",
+ "video/x-ms-asf",
+ "video/x-msvideo",
+ "video/x-mve",
+ "video/x-nuv",
+ "video/x-vcd"
+ };
+
for (unsigned i = 0; i < (sizeof(mimeTypes) / sizeof(*mimeTypes)); ++i)
cache.add(String(mimeTypes[i]));
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-changes
