From 4cd278575674f8846b9d443a6107662f1caecd15 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 May 2008 10:25:59 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ ext/ffmpeg/gstffmpegdemux.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 717a638..2b8ff57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-05-26 Wim Taymans + * 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 + * 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 diff --git a/ext/ffmpeg/gstffmpegdemux.c b/ext/ffmpeg/gstffmpegdemux.c index a7d5003..fa42c3a 100644 --- a/ext/ffmpeg/gstffmpegdemux.c +++ b/ext/ffmpeg/gstffmpegdemux.c @@ -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") || -- 2.7.4