ext/ffmpeg/gstffmpegdemux.c: Re-disable mov typefinding which breaks mov playback.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 21 Apr 2005 19:51:05 +0000 (19:51 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 21 Apr 2005 19:51:05 +0000 (19:51 +0000)
Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
Re-disable mov typefinding which breaks mov playback.

ChangeLog
ext/ffmpeg/gstffmpegdemux.c

index bc5f348..9c1d9f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-04-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
+       * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
+         Re-disable mov typefinding which breaks mov playback.
+
+2005-04-21  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
        (gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid),
        (gst_ffmpeg_get_codecid_longname):
index 00828bf..bc2818b 100644 (file)
@@ -729,7 +729,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
         !strcmp (in_plugin->name, "mjpeg"))
       goto next;
 
-    if (!strcmp (in_plugin->name, "mov,mp4,m4a,3gp") ||
+    if (!strcmp (in_plugin->name, "mov,mp4,m4a,3gp,3g2") ||
         !strcmp (in_plugin->name, "avi") ||
         !strcmp (in_plugin->name, "asf") ||
         !strcmp (in_plugin->name, "mpegvideo") ||