mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
docs: fix parameter name in udpsrc docs
It is "buffer-size" and not "buffer". Also trim trailing whitespace.
This commit is contained in:
parent
6b86b56abd
commit
18213aa214
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue