docs: fix parameter name in udpsrc docs

It is "buffer-size" and not "buffer". Also trim trailing whitespace.
This commit is contained in:
Stefan Kost 2011-02-04 12:33:09 +02:00
parent 6b86b56abd
commit 18213aa214

View file

@ -41,8 +41,8 @@
* for RTP implementations where the contents of the UDP packets is transfered
* out-of-bounds using SDP or other means.
*
* The #GstUDPSrc:buffer property is used to change the default kernel buffer
* sizes used for receiving packets. The buffer size may be increased for
* The #GstUDPSrc:buffer-size property is used to change the default kernel
* buffersizes used for receiving packets. The buffer size may be increased for
* high-volume connections, or may be decreased to limit the possible backlog of
* incoming data. The system places an absolute limit on these values, on Linux,
* for example, the default buffer size is typically 50K and can be increased to