ffmpegmux: Disable raw muxers

They are effectively identity elements.  Many are already
disabled via blacklist.

https://bugzilla.gnome.org/show_bug.cgi?id=622773
This commit is contained in:
David Schleef 2010-06-25 15:57:45 -07:00 committed by Edward Hervey
parent 7f12d83a39
commit 52e8d62513

View file

@ -835,6 +835,11 @@ gst_ffmpegmux_register (GstPlugin * plugin)
goto next;
}
if ((!strncmp (in_plugin->long_name, "raw ", 4))) {
GST_LOG ("Ignoring raw muxer %s", in_plugin->name);
goto next;
}
/* FIXME : We need a fast way to know whether we have mappings for this
* muxer type. */