mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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:
parent
23e0f2c1f6
commit
fd7b68e150
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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") ||
|
||||
|
|
Loading…
Reference in a new issue