rtpmux: missing comment
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 20 Aug 2007 18:50:32 +0000 (18:50 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:30:33 +0000 (16:30 +0000)
20070820185032-4f0f6-0ab67b6ac40dd4e35a8fe53f3cb6daff65ce43b9.gz

gst/rtpmanager/gstrtpmux.c

index 0794de0..62ca021 100644 (file)
@@ -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 */