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; rank = GST_RANK_MARGINAL;
else { else {
GST_DEBUG ("ignoring %s", in_plugin->name); GST_DEBUG ("ignoring %s", in_plugin->name);
rank = GST_RANK_MARGINAL; rank = GST_RANK_NONE;
//goto next; goto next;
} }
p = name = g_strdup (in_plugin->name); p = name = g_strdup (in_plugin->name);