gstrtspsrc: set buffer-size for multicast buffers
authorAha Unsworth <aha.unsworth@gmail.com>
Wed, 8 May 2013 18:25:58 +0000 (15:25 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 19:57:53 +0000 (16:57 -0300)
commit2481e95d038b42297a016f1d2dc1af26d2175b42
tree5b97cb91f38148e57a8c3dfc3bed633d7e0a8542
parent1588cda9a1e86614e1761d2fd16726d89c1c0d1f
gstrtspsrc: set buffer-size for multicast buffers

For receiving video data via RTSP when the video is sent via
multicast there is no way to specify the udpsrc buffer-size.

On windows the native network buffer is not large and with video
i-frames being huge the buffer is to small and you get i-frame corruption,
it looks terrible, and there is no (easy) way to set the udpsrc buffer-size.

https://bugs.freedesktop.org/show_bug.cgi?id=52264
gst/rtsp/gstrtspsrc.c