diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 14:43:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 14:43:55 +0000 |
commit | f8f00f26c79dde4f601af5799ca3dab4d4b0d87c (patch) | |
tree | c7d0be5b89182299c9431d7eb043c6d42e83e0ef /docs | |
parent | 0587672b069435768f24ee0906273a6479594158 (diff) | |
download | gst-plugins-bad-f8f00f26c79dde4f601af5799ca3dab4d4b0d87c.tar.gz gst-plugins-bad-f8f00f26c79dde4f601af5799ca3dab4d4b0d87c.tar.bz2 gst-plugins-bad-f8f00f26c79dde4f601af5799ca3dab4d4b0d87c.zip |
docs/plugins/inspect/plugin-gdp.xml: actually commit inspectation of gdp element
Original commit message from CVS:
* docs/plugins/inspect/plugin-gdp.xml:
actually commit inspectation of gdp element
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/inspect/plugin-gdp.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml new file mode 100644 index 00000000..5e03dcea --- /dev/null +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -0,0 +1,27 @@ +<plugin> + <name>gdp</name> + <description>Payload/depayload GDP packets</description> + <filename>../../gst/gdp/.libs/libgstgdp.so</filename> + <basename>libgstgdp.so</basename> + <version>0.10.3.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>gdpdepay</name> + <longname>GDP Depayloader</longname> + <class>GDP/Depayloader</class> + <description>Depayloads GStreamer Data Protocol buffers</description> + <author>Thomas Vander Stichele <thomas at apestaart dot org></author> + </element> + <element> + <name>gdppay</name> + <longname>GDP Payloader</longname> + <class>GDP/Payloader</class> + <description>Payloads GStreamer Data Protocol buffers</description> + <author>Thomas Vander Stichele <thomas at apestaart dot org></author> + </element> + </elements> +</plugin>
\ No newline at end of file |