From 2f6086e49589be3c7bc54c0e822c4f9e23161a46 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 2 Jul 2010 17:21:27 +0200 Subject: [PATCH] ffmpegmux: Add rtp to the blacklisted muxers --- ext/ffmpeg/gstffmpegmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/ffmpeg/gstffmpegmux.c b/ext/ffmpeg/gstffmpegmux.c index 50ee9babe0..c452977785 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);