mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
rtpmux: Enable proxy caps on the src pads
This commit is contained in:
parent
14d2ff4d97
commit
3aa20e7c8d
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ gst_rtp_mux_init (GstRTPMux * rtp_mux)
|
|||
"src"), "src");
|
||||
gst_pad_set_event_function (rtp_mux->srcpad,
|
||||
GST_DEBUG_FUNCPTR (gst_rtp_mux_src_event));
|
||||
GST_PAD_SET_PROXY_CAPS (rtp_mux->srcpad);
|
||||
gst_element_add_pad (GST_ELEMENT (rtp_mux), rtp_mux->srcpad);
|
||||
|
||||
rtp_mux->ssrc = DEFAULT_SSRC;
|
||||
|
|
Loading…
Reference in a new issue