summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/rtpmux/gstrtpmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c
index 79af6a45..fb053b7d 100644
--- a/gst/rtpmux/gstrtpmux.c
+++ b/gst/rtpmux/gstrtpmux.c
@@ -284,6 +284,7 @@ gst_rtp_mux_setup_sinkpad (GstRTPMux * rtp_mux, GstPad * sinkpad)
if (klass->sink_event_func)
gst_pad_set_event_function (sinkpad, klass->sink_event_func);
+ /* This could break with gstreamer 0.10.9 */
gst_pad_set_active (sinkpad, TRUE);
/* dd the pad to the element */