Revert "gstrtspsrc: set buffer-size for multicast buffers"

This reverts commit 2481e95d03.

This is already done five lines above, it was added a year
ago in commit 561b131e.
This commit is contained in:
Tim-Philipp Müller 2013-05-09 09:07:38 +01:00
parent 8a9a3039fc
commit 643450c9b8

View file

@ -2889,10 +2889,6 @@ gst_rtspsrc_stream_configure_mcast (GstRTSPSrc * src, GstRTSPStream * stream,
g_object_set (G_OBJECT (stream->udpsrc[0]), "multicast-iface",
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 */
gst_element_set_state (stream->udpsrc[0], GST_STATE_PAUSED);
}