From f0e209b638c60f5b807f9f6f7eed2fd7ce6307a9 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 20 Aug 2007 18:50:32 +0000 Subject: [PATCH] rtpmux: missing comment 20070820185032-4f0f6-0ab67b6ac40dd4e35a8fe53f3cb6daff65ce43b9.gz --- gst/rtpmanager/gstrtpmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtpmanager/gstrtpmux.c b/gst/rtpmanager/gstrtpmux.c index 0794de0f4d..62ca021709 100644 --- a/gst/rtpmanager/gstrtpmux.c +++ b/gst/rtpmanager/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 */