mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
ffmpegmux: Add rtp to the blacklisted muxers
This commit is contained in:
parent
edeb185374
commit
2f6086e495
1 changed files with 1 additions and 0 deletions
|
@ -874,6 +874,7 @@ gst_ffmpegmux_register (GstPlugin * plugin)
|
||||||
(!strncmp (in_plugin->name, "mulaw", 5)) ||
|
(!strncmp (in_plugin->name, "mulaw", 5)) ||
|
||||||
(!strncmp (in_plugin->name, "alaw", 4)) ||
|
(!strncmp (in_plugin->name, "alaw", 4)) ||
|
||||||
(!strncmp (in_plugin->name, "h26", 3)) ||
|
(!strncmp (in_plugin->name, "h26", 3)) ||
|
||||||
|
(!strncmp (in_plugin->name, "rtp", 3)) ||
|
||||||
(!strncmp (in_plugin->name, "ass", 3))
|
(!strncmp (in_plugin->name, "ass", 3))
|
||||||
) {
|
) {
|
||||||
GST_LOG ("Ignoring muxer %s", in_plugin->name);
|
GST_LOG ("Ignoring muxer %s", in_plugin->name);
|
||||||
|
|
Loading…
Reference in a new issue