diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2007-08-20 18:50:32 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:54 +0100 |
commit | 03aa705cb30e70467d54af831dfc31f1c67fb1f4 (patch) | |
tree | e20b6d9a572ef8d32ef502727ba85f0b7ddd46b6 | |
parent | 620b63a4079e7726b6a6ef9391b3cf273fe7cb50 (diff) | |
download | gst-plugins-bad-03aa705cb30e70467d54af831dfc31f1c67fb1f4.tar.gz gst-plugins-bad-03aa705cb30e70467d54af831dfc31f1c67fb1f4.tar.bz2 gst-plugins-bad-03aa705cb30e70467d54af831dfc31f1c67fb1f4.zip |
[MOVED FROM GST-P-FARSIGHT] missing comment
20070820185032-4f0f6-0ab67b6ac40dd4e35a8fe53f3cb6daff65ce43b9.gz
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 1 |
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 */ |