diff options
author | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2017-12-23 12:44:31 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2017-12-23 12:48:20 +0100 |
commit | aad0faaf59a68cac57430127f8aaa1c713ed585a (patch) | |
tree | edfafc7ab04fb86d25578484e8ffd347ba04caaf /gst | |
parent | 5091b5f39ffd22052802c1c41ee568fef65efeb5 (diff) |
rtspsrc: also proxy multicast-iface property to RTCP udpsrc
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtsp/gstrtspsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 732747133..7aa1f09b7 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -3762,7 +3762,7 @@ gst_rtspsrc_stream_configure_mcast (GstRTSPSrc * src, GstRTSPStream * stream, gst_object_ref_sink (stream->udpsrc[1]); 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); gst_element_set_state (stream->udpsrc[1], GST_STATE_READY); |