mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
ext/ffmpeg/gstffmpegdemux.c: Set flv demuxer to rank NONE, we have a better, working demuxer in -bad and we don't wan...
Original commit message from CVS: * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Set flv demuxer to rank NONE, we have a better, working demuxer in -bad and we don't want any bug reports about this one. Fixes #534783.
This commit is contained in:
parent
b150447eae
commit
4cd2785756
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
|
||||
Set flv demuxer to rank NONE, we have a better, working demuxer in -bad
|
||||
and we don't want any bug reports about this one. Fixes #534783.
|
||||
|
||||
2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
|
||||
|
|
|
@ -1581,8 +1581,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
/* Set the rank of demuxers know to work to MARGINAL.
|
||||
* Set demuxers for which we already have another implementation to NONE
|
||||
* Set All others to NONE*/
|
||||
if (!strcmp (in_plugin->name, "flv") ||
|
||||
!strcmp (in_plugin->name, "wsvqa") ||
|
||||
if (!strcmp (in_plugin->name, "wsvqa") ||
|
||||
!strcmp (in_plugin->name, "wsaud") ||
|
||||
!strcmp (in_plugin->name, "wc3movie") ||
|
||||
!strcmp (in_plugin->name, "voc") ||
|
||||
|
|
Loading…
Reference in a new issue