summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-07-02 17:21:27 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-07-02 17:21:27 +0200
commit2f6086e49589be3c7bc54c0e822c4f9e23161a46 (patch)
treee9a1ed08bfe31440dc278b652b10072b8a9b09ba
parentedeb185374f969d96a4014e158c3127998c89264 (diff)
ffmpegmux: Add rtp to the blacklisted muxers
-rw-r--r--ext/ffmpeg/gstffmpegmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegmux.c b/ext/ffmpeg/gstffmpegmux.c
index 50ee9ba..c452977 100644
--- a/ext/ffmpeg/gstffmpegmux.c
+++ b/ext/ffmpeg/gstffmpegmux.c
@@ -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);