mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtspsrc: also proxy multicast-iface property to RTCP udpsrc
This commit is contained in:
parent
5091b5f39f
commit
aad0faaf59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue