summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-02-04 12:33:09 +0200
committerStefan Kost <ensonic@users.sf.net>2011-02-04 12:34:08 +0200
commit18213aa214139de64495962761a4c3e4fad562ed (patch)
tree5581cd256cdb6dbe516ee68e766cb5c8f9f7dacf
parent6b86b56abd8a28b9e94cee679e3d86367a9a0ab3 (diff)
docs: fix parameter name in udpsrc docs
It is "buffer-size" and not "buffer". Also trim trailing whitespace.
-rw-r--r--gst/udp/gstudpsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index f00c74b36..4363044da 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -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