mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtpmux: missing comment
20070820185032-4f0f6-0ab67b6ac40dd4e35a8fe53f3cb6daff65ce43b9.gz
This commit is contained in:
parent
3ed5590da6
commit
f0e209b638
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue