summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mnauw@users.sourceforge.net>2017-12-23 12:44:31 +0100
committerSebastian Dröge <sebastian@centricular.com>2018-01-17 16:09:25 +0200
commit046e04c82eaa5b14a052f9be2c37a07c6548fc04 (patch)
tree0be4247d37bd2d4f1854c1e40fd5f49272e1cb21
parent806103c490c796ad11e067ef3c6993c5ce861216 (diff)
downloadgstreamer-plugins-good-046e04c82eaa5b14a052f9be2c37a07c6548fc04.tar.gz
rtspsrc: also proxy multicast-iface property to RTCP udpsrc
-rw-r--r--gst/rtsp/gstrtspsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 87a21fa37..6b11eb091 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -3495,7 +3495,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);