rtspclientsink: Add support for setting the multicast interface

https://bugzilla.gnome.org/show_bug.cgi?id=763000
This commit is contained in:
Sebastian Dröge 2016-03-02 19:42:58 +02:00
parent 69d04f3838
commit b63a6f029f

View file

@ -923,6 +923,7 @@ gst_rtsp_client_sink_create_stream (GstRTSPClientSink * sink,
gst_rtsp_stream_set_buffer_size (stream, sink->udp_buffer_size);
if (sink->rtp_blocksize > 0)
gst_rtsp_stream_set_mtu (stream, sink->rtp_blocksize);
gst_rtsp_stream_set_multicast_iface (stream, sink->multi_iface);
#if 0
if (priv->pool)