Revert "gstrtspsrc: set buffer-size for multicast buffers"
authorTim-Philipp Müller <tim@centricular.net>
Thu, 9 May 2013 08:07:38 +0000 (09:07 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 9 May 2013 08:09:59 +0000 (09:09 +0100)
This reverts commit 2481e95d038b42297a016f1d2dc1af26d2175b42.

This is already done five lines above, it was added a year
ago in commit 561b131e.

gst/rtsp/gstrtspsrc.c

index 551dfc5..d74403b 100644 (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);
   }