summaryrefslogtreecommitdiffstats
path: root/docs/plugins/gst-plugins-good-plugins.args
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-16 14:13:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-16 14:13:48 +0000
commit9e085424e797cae08d23c255bd42cd28ada5ed6a (patch)
tree46897194ee953a59b17008604cb7fdb50a61efed /docs/plugins/gst-plugins-good-plugins.args
parent160649c051a41176794b03f26fb7161c1f5f9ccd (diff)
Update documentation.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-udp.xml: * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_start): Update documentation. Fix args.
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins.args')
-rw-r--r--docs/plugins/gst-plugins-good-plugins.args6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args
index ca271028..4feedf97 100644
--- a/docs/plugins/gst-plugins-good-plugins.args
+++ b/docs/plugins/gst-plugins-good-plugins.args
@@ -141,7 +141,7 @@
<ARG>
<NAME>GstUDPSrc::port</NAME>
<TYPE>gint</TYPE>
-<RANGE>[0,32768]</RANGE>
+<RANGE>[0,65535]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>port</NICK>
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
@@ -161,11 +161,11 @@
<ARG>
<NAME>GstUDPSrc::sockfd</NAME>
<TYPE>gint</TYPE>
-<RANGE>[0,32767]</RANGE>
+<RANGE>[-1,2147483647]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>socket handle</NICK>
<BLURB>Socket to use for UDP reception.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>