avdemux: Really ignore demuxers we want to ignore

This commit is contained in:
Edward Hervey 2012-09-10 11:17:11 +02:00
parent 22f67f7b9e
commit 9f8e46d3d2

View file

@ -1995,8 +1995,8 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
rank = GST_RANK_MARGINAL;
else {
GST_DEBUG ("ignoring %s", in_plugin->name);
rank = GST_RANK_MARGINAL;
//goto next;
rank = GST_RANK_NONE;
goto next;
}
p = name = g_strdup (in_plugin->name);