summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-multipart.xml
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-01 15:34:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-01 15:34:13 +0000
commit01d200aa2cea0d0d353ba7d387db96db41c75a9f (patch)
treeed0d7c23b4656264a4cdf74826a96d77ec948f87 /docs/plugins/inspect/plugin-multipart.xml
parent94b7b4dc7f4c9088986b7693287455bb5e397a53 (diff)
add multipart plugin to docs
Original commit message from CVS: add multipart plugin to docs
Diffstat (limited to 'docs/plugins/inspect/plugin-multipart.xml')
-rw-r--r--docs/plugins/inspect/plugin-multipart.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml
new file mode 100644
index 00000000..5b89720c
--- /dev/null
+++ b/docs/plugins/inspect/plugin-multipart.xml
@@ -0,0 +1,27 @@
+<plugin>
+ <name>multipart</name>
+ <description>multipart stream manipulation</description>
+ <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
+ <basename>libgstmultipart.so</basename>
+ <version>0.9.6.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>multipartdemux</name>
+ <longname>multipart demuxer</longname>
+ <class>Codec/Demuxer</class>
+ <description>demux multipart streams</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>multipartmux</name>
+ <longname>multipart muxer</longname>
+ <class>Codec/Muxer</class>
+ <description>mux multipart streams</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file