ffmpegmux: Add rtp to the blacklisted muxers

This commit is contained in:
Edward Hervey 2010-07-02 17:21:27 +02:00
parent edeb185374
commit 2f6086e495

View file

@ -874,6 +874,7 @@ gst_ffmpegmux_register (GstPlugin * plugin)
(!strncmp (in_plugin->name, "mulaw", 5)) ||
(!strncmp (in_plugin->name, "alaw", 4)) ||
(!strncmp (in_plugin->name, "h26", 3)) ||
(!strncmp (in_plugin->name, "rtp", 3)) ||
(!strncmp (in_plugin->name, "ass", 3))
) {
GST_LOG ("Ignoring muxer %s", in_plugin->name);