rtpmux: Enable proxy caps on the src pads
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 9 Jul 2013 21:56:57 +0000 (17:56 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 11 Jul 2013 21:21:22 +0000 (17:21 -0400)
gst/rtpmanager/gstrtpmux.c

index db3bb70..a4b4f39 100644 (file)
@@ -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;