ext/ffmpeg/gstffmpegdemux.c: Re-disable mov typefinding which breaks mov playback.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
Re-disable mov typefinding which breaks mov playback.
This commit is contained in:
Ronald S. Bultje 2005-04-21 19:51:05 +00:00
parent 23e0f2c1f6
commit fd7b68e150
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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),

View 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") ||