rtspsrc: also proxy multicast-iface property to RTCP udpsrc
This commit is contained in:
parent
5091b5f39f
commit
aad0faaf59
@ -3762,7 +3762,7 @@ gst_rtspsrc_stream_configure_mcast (GstRTSPSrc * src, GstRTSPStream * stream,
|
|||||||
gst_object_ref_sink (stream->udpsrc[1]);
|
gst_object_ref_sink (stream->udpsrc[1]);
|
||||||
|
|
||||||
if (src->multi_iface != NULL)
|
if (src->multi_iface != NULL)
|
||||||
g_object_set (G_OBJECT (stream->udpsrc[0]), "multicast-iface",
|
g_object_set (G_OBJECT (stream->udpsrc[1]), "multicast-iface",
|
||||||
src->multi_iface, NULL);
|
src->multi_iface, NULL);
|
||||||
|
|
||||||
gst_element_set_state (stream->udpsrc[1], GST_STATE_READY);
|
gst_element_set_state (stream->udpsrc[1], GST_STATE_READY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user