ext/ffmpeg/gstffmpegdemux.c: Set flv demuxer to rank NONE, we have a better, working...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 26 May 2008 10:25:59 +0000 (10:25 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 26 May 2008 10:25:59 +0000 (10:25 +0000)
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.

ChangeLog
ext/ffmpeg/gstffmpegdemux.c

index 717a638..2b8ff57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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),
        (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_with_codecid):
        Add more specific width/height for DV video so that it negotiates more
index a7d5003..fa42c3a 100644 (file)
@@ -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") ||