+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:
$(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 \
<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" />
</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>
GstTCPServerSink
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:tcpclientsink
+ * @see_also: #tcpclientsrc
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:tcpclientsrc
+ * @see_also: #tcpclientsink
+ *
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:tcpserversrc
+ * @see_also: #tcpserversink
+ *
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"