summaryrefslogtreecommitdiffstats
path: root/docs/plugins/gst-plugins-bad-plugins-sections.txt
diff options
context:
space:
mode:
authorLeandro Melo de Sales <leandroal@gmail.com>2008-08-21 13:22:38 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-21 13:22:38 +0000
commit605482a1a852a42aba6263811d7fa57b110728ba (patch)
tree14a29b92472bd9ebfc207581f54b307967842e29 /docs/plugins/gst-plugins-bad-plugins-sections.txt
parentfd66868120ad27860d140d1a54040dcbffc014a5 (diff)
downloadgst-plugins-bad-605482a1a852a42aba6263811d7fa57b110728ba.tar.gz
gst-plugins-bad-605482a1a852a42aba6263811d7fa57b110728ba.tar.bz2
gst-plugins-bad-605482a1a852a42aba6263811d7fa57b110728ba.zip
Add dccp plugin. Fixes #542390.
Original commit message from CVS: patch by: Leandro Melo de Sales <leandroal@gmail.com> * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dccp.xml: * gst/dccp/Makefile.am: * gst/dccp/gstdccp.c: * gst/dccp/gstdccp.h: * gst/dccp/gstdccpclientsink.c: * gst/dccp/gstdccpclientsink.h: * gst/dccp/gstdccpclientsrc.c: * gst/dccp/gstdccpclientsrc.h: * gst/dccp/gstdccpplugin.c: * gst/dccp/gstdccpserversink.c: * gst/dccp/gstdccpserversink.h: * gst/dccp/gstdccpserversrc.c: * gst/dccp/gstdccpserversrc.h: * tests/icles/dccp/README: * tests/icles/dccp/call/README: * tests/icles/dccp/call/DCCPClient.c: * tests/icles/dccp/call/DCCPServer.c: * tests/icles/dccp/file/DCCPClientSaveFile.c: * tests/icles/dccp/file/DCCPServerSendFile.c: * tests/icles/dccp/mic/DCCPClientPlayMic.c: * tests/icles/dccp/mic/DCCPServerMic.c: * tests/icles/dccp/mp3/DCCPClientPlayMP3.c: * tests/icles/dccp/mp3/DCCPServerSendMP3.c: * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c: * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c: * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c: * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c: Add dccp plugin. Fixes #542390.
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins-sections.txt')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index b3f05be4..a6d9bedd 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -97,6 +97,62 @@ gst_dc1394_get_type
</SECTION>
<SECTION>
+<FILE>element-dccpclientsink</FILE>
+<TITLE>dccpclientsink</TITLE>
+GstDCCPClientSink
+<SUBSECTION Standard>
+GstDCCPClientSinkClass
+GST_DCCP_CLIENT_SINK
+GST_DCCP_CLIENT_SINK_CLASS
+GST_IS_DCCP_CLIENT_SINK
+GST_IS_DCCP_CLIENT_SINK_CLASS
+GST_TYPE_DCCP_CLIENT_SINK
+gst_dccp_client_sink_get_type
+</SECTION>
+
+<SECTION>
+<FILE>element-dccpclientsrc</FILE>
+<TITLE>dccpclientsrc</TITLE>
+GstDCCPClientSrc
+<SUBSECTION Standard>
+GstDCCPClientSrcClass
+GST_DCCP_CLIENT_SRC
+GST_DCCP_CLIENT_SRC_CLASS
+GST_IS_DCCP_CLIENT_SRC
+GST_IS_DCCP_CLIENT_SRC_CLASS
+GST_TYPE_DCCP_CLIENT_SRC
+gst_dccp_client_src_get_type
+</SECTION>
+
+<SECTION>
+<FILE>element-dccpserversink</FILE>
+<TITLE>dccpserversink</TITLE>
+GstDCCPServerSink
+<SUBSECTION Standard>
+GstDCCPServerSinkClass
+GST_DCCP_SERVER_SINK
+GST_DCCP_SERVER_SINK_CLASS
+GST_IS_DCCP_SERVER_SINK
+GST_IS_DCCP_SERVER_SINK_CLASS
+GST_TYPE_DCCP_SERVER_SINK
+gst_dccp_server_sink_get_type
+</SECTION>
+
+<SECTION>
+<FILE>element-dccpserversrc</FILE>
+<TITLE>dccpserversrc</TITLE>
+GstDCCPServerSrc
+<SUBSECTION Standard>
+GstDCCPServerSrcClass
+GST_DCCP_SERVER_SRC
+GST_DCCP_SERVER_SRC_CLASS
+GST_IS_DCCP_SERVER_SRC
+GST_IS_DCCP_SERVER_SRC_CLASS
+GST_TYPE_DCCP_SERVER_SRC
+gst_dccp_server_src_get_type
+</SECTION>
+
+<SECTION>
<FILE>element-deinterlace</FILE>
<TITLE>deinterlace</TITLE>
GstDeinterlace