From 605482a1a852a42aba6263811d7fa57b110728ba Mon Sep 17 00:00:00 2001 From: Leandro Melo de Sales Date: Thu, 21 Aug 2008 13:22:38 +0000 Subject: Add dccp plugin. Fixes #542390. Original commit message from CVS: patch by: Leandro Melo de Sales * 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. --- docs/plugins/inspect/plugin-dccp.xml | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/plugins/inspect/plugin-dccp.xml (limited to 'docs/plugins/inspect/plugin-dccp.xml') diff --git a/docs/plugins/inspect/plugin-dccp.xml b/docs/plugins/inspect/plugin-dccp.xml new file mode 100644 index 00000000..237fb198 --- /dev/null +++ b/docs/plugins/inspect/plugin-dccp.xml @@ -0,0 +1,73 @@ + + dccp + transfer data over the network via DCCP. + ../../gst/dccp/.libs/libgstdccp.so + libgstdccp.so + 0.10.8.1 + LGPL + gst-plugins-bad + DCCP + http://garage.maemo.org/projects/ephone + + + dccpclientsink + DCCP client sink + Sink/Network + Send data as a client over the network via DCCP + E-Phone Team at Federal University of Campina Grande <leandroal@gmail.com> + + + sink + sink + always +
ANY
+
+
+
+ + dccpclientsrc + DCCP client source + Source/Network + Receive data as a client over the network via DCCP + E-Phone Team at Federal University of Campina Grande <leandroal@gmail.com> + + + src + source + always +
ANY
+
+
+
+ + dccpserversink + DCCP server sink + Sink/Network + Send data as a server over the network via DCCP + E-Phone Team at Federal University of Campina Grande <leandroal@gmail.com> + + + sink + sink + always +
ANY
+
+
+
+ + dccpserversrc + DCCP server source + Source/Network + Receive data as a server over the network via DCCP + E-Phone Team at Federal University of Campina Grande <leandroal@gmail.com> + + + src + source + always +
ANY
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.1