mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
Revert "gstrtspsrc: set buffer-size for multicast buffers"
This reverts commit2481e95d03
. This is already done five lines above, it was added a year ago in commit561b131e
.
This commit is contained in:
parent
8a9a3039fc
commit
643450c9b8
1 changed files with 0 additions and 4 deletions
|
@ -2889,10 +2889,6 @@ gst_rtspsrc_stream_configure_mcast (GstRTSPSrc * src, GstRTSPStream * stream,
|
||||||
g_object_set (G_OBJECT (stream->udpsrc[0]), "multicast-iface",
|
g_object_set (G_OBJECT (stream->udpsrc[0]), "multicast-iface",
|
||||||
src->multi_iface, NULL);
|
src->multi_iface, NULL);
|
||||||
|
|
||||||
if (src->udp_buffer_size != 0)
|
|
||||||
g_object_set (G_OBJECT (stream->udpsrc[0]), "buffer-size",
|
|
||||||
src->udp_buffer_size, NULL);
|
|
||||||
|
|
||||||
/* change state */
|
/* change state */
|
||||||
gst_element_set_state (stream->udpsrc[0], GST_STATE_PAUSED);
|
gst_element_set_state (stream->udpsrc[0], GST_STATE_PAUSED);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue