Add minimal docs to make the remaining tcp elements show up.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpserversrc.c:
Add minimal docs to make the remaining tcp elements show up.
Fixes #564139.
This commit is contained in:
Wim Taymans 2008-12-16 20:16:17 +00:00
parent 24685b5df0
commit 0a6d8f01ef
7 changed files with 76 additions and 0 deletions

View file

@ -1,3 +1,14 @@
2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpserversrc.c:
Add minimal docs to make the remaining tcp elements show up.
Fixes #564139.
2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
* win32/common/config.h:

View file

@ -108,6 +108,9 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/playback/gstplay-enum.h \
$(top_srcdir)/gst/speexresample/gstspeexresample.h \
$(top_srcdir)/gst/tcp/gstmultifdsink.h \
$(top_srcdir)/gst/tcp/gsttcpclientsrc.h \
$(top_srcdir)/gst/tcp/gsttcpclientsink.h \
$(top_srcdir)/gst/tcp/gsttcpserversrc.h \
$(top_srcdir)/gst/tcp/gsttcpserversink.h \
$(top_srcdir)/gst/tcp/gsttcp-enumtypes.h \
$(top_srcdir)/gst/tcp/gsttcp.h \

View file

@ -37,6 +37,9 @@
<xi:include href="xml/element-oggmux.xml" />
<xi:include href="xml/element-playbin.xml" />
<xi:include href="xml/element-playbin2.xml" />
<xi:include href="xml/element-tcpclientsrc.xml" />
<xi:include href="xml/element-tcpclientsink.xml" />
<xi:include href="xml/element-tcpserversrc.xml" />
<xi:include href="xml/element-tcpserversink.xml" />
<xi:include href="xml/element-textoverlay.xml" />
<xi:include href="xml/element-textrender.xml" />

View file

@ -393,6 +393,49 @@ gst_play_flags_get_type
GST_TYPE_PLAY_FLAGS
</SECTION>
<SECTION>
<FILE>element-tcpclientsrc</FILE>
<TITLE>tcpclientsrc</TITLE>
GstTCPClientSrc
<SUBSECTION Standard>
GstTCPClientSrcClass
GST_TCP_CLIENT_SRC
GstTCPClientSrcFlags
GST_TYPE_TCP_CLIENT_SRC
gst_tcp_client_src_get_type
GST_IS_TCP_CLIENT_SRC_CLASS
GST_IS_TCP_CLIENT_SRC
</SECTION>
<SECTION>
<FILE>element-tcpclientsink</FILE>
<TITLE>tcpclientsink</TITLE>
GstTCPClientSink
<SUBSECTION Standard>
GstTCPClientSinkClass
GST_TCP_CLIENT_SINK
GstTCPClientSinkFlags
GST_TYPE_TCP_CLIENT_SINK
gst_tcp_client_sink_get_type
GST_IS_TCP_CLIENT_SINK_CLASS
GST_IS_TCP_CLIENT_SINK
</SECTION>
<SECTION>
<FILE>element-tcpserversrc</FILE>
<TITLE>tcpserversrc</TITLE>
GstTCPServerSrc
<SUBSECTION Standard>
GstTCPServerSrcClass
GST_TCP_SERVER_SRC
GstTCPServerSrcFlags
GST_TYPE_TCP_SERVER_SRC
gst_tcp_server_src_get_type
GST_IS_TCP_SERVER_SRC_CLASS
GST_IS_TCP_SERVER_SRC
</SECTION>
<SECTION>
<FILE>element-tcpserversink</FILE>
<TITLE>tcpserversink</TITLE>

View file

@ -18,6 +18,12 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:tcpclientsink
* @see_also: #tcpclientsrc
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -18,6 +18,11 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:tcpclientsrc
* @see_also: #tcpclientsink
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"

View file

@ -18,6 +18,11 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:tcpserversrc
* @see_also: #tcpserversink
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"