Skip to content
Snippets Groups Projects
Commit 9f8e46d3 authored by Edward Hervey's avatar Edward Hervey
Browse files

avdemux: Really ignore demuxers we want to ignore

parent 22f67f7b
No related branches found
No related tags found
Loading
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment