From 9e085424e797cae08d23c255bd42cd28ada5ed6a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 16 Feb 2006 14:13:48 +0000 Subject: 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. --- docs/plugins/Makefile.am | 1 + docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 + docs/plugins/gst-plugins-good-plugins-sections.txt | 25 ++++++++++++++++++++++ docs/plugins/gst-plugins-good-plugins.args | 6 +++--- docs/plugins/inspect/plugin-udp.xml | 4 ++-- 5 files changed, 32 insertions(+), 5 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index d25bee1a..8605656b 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -87,6 +87,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/hal/gsthalaudiosrc.h \ $(top_srcdir)/gst/multipart/multipartmux.c \ $(top_srcdir)/gst/multipart/multipartdemux.c \ + $(top_srcdir)/gst/udp/gstudpsrc.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/videomixer/videomixer.c diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index f12d2eea..d3a971c2 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -23,6 +23,7 @@ + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index e7807c49..73c89800 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -104,10 +104,35 @@ GstMultipartDemuxClass
element-multiudpsink +GstUDPClient GstMultiUDPSink multiudpsink GstMultiUDPSinkClass +gst_multiudpsink_add +gst_multiudpsink_remove +gst_multiudpsink_clear +gst_multiudpsink_get_stats +GST_MULTIUDPSINK +GST_IS_MULTIUDPSINK +GST_TYPE_MULTIUDPSINK +gst_multiudpsink_get_type +GST_MULTIUDPSINK_CLASS +GST_IS_MULTIUDPSINK_CLASS +
+ +
+element-udpsrc +GstUDPSrc +udpsrc + +GstUDPSrcClass +GST_UDPSRC +GST_IS_UDPSRC +GST_TYPE_UDPSRC +gst_udpsrc_get_type +GST_UDPSRC_CLASS +GST_IS_UDPSRC_CLASS
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 @@ GstUDPSrc::port gint -[0,32768] +[0,65535] rw port The port to receive the packets from, 0=allocate. @@ -161,11 +161,11 @@ GstUDPSrc::sockfd gint -[0,32767] +[-1,2147483647] rw socket handle Socket to use for UDP reception. -0 +-1 diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index ef9020d2..a6c7ab19 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.10.2 + 0.10.2.1 LGPL gst-plugins-good - GStreamer Good Plug-ins source release + GStreamer Good Plug-ins CVS/prerelease Unknown package origin -- cgit