mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
rtspclientsink: Add support for setting the multicast interface
https://bugzilla.gnome.org/show_bug.cgi?id=763000
This commit is contained in:
parent
69d04f3838
commit
b63a6f029f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue