diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-02-22 09:56:49 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-02-22 09:56:49 +0000 |
commit | af430ac9064d5fd495078a681b1e42dcde08225e (patch) | |
tree | 40c23930fcbf8b07386682ca7b491b7b81ce152c /docs/plugins/inspect/plugin-gdp.xml | |
parent | fbcd082d9c736d4be9d0b35bc92402cc5a016fdd (diff) | |
download | gst-plugins-bad-af430ac9064d5fd495078a681b1e42dcde08225e.tar.gz gst-plugins-bad-af430ac9064d5fd495078a681b1e42dcde08225e.tar.bz2 gst-plugins-bad-af430ac9064d5fd495078a681b1e42dcde08225e.zip |
docs/plugins/: Remove docs for elements that have moved to other modules or been renamed.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/inspect/plugin-gdp.xml:
* docs/plugins/inspect/plugin-quicktime.xml:
* docs/plugins/inspect/plugin-switch.xml:
* docs/plugins/inspect/plugin-videocrop.xml:
Remove docs for elements that have moved to other modules
or been renamed.
Diffstat (limited to 'docs/plugins/inspect/plugin-gdp.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gdp.xml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml deleted file mode 100644 index 9bb0ed8f..00000000 --- a/docs/plugins/inspect/plugin-gdp.xml +++ /dev/null @@ -1,55 +0,0 @@ -<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> - <pads> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>application/x-gdp</details> - </caps> - </pads> - </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> - <pads> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>application/x-gdp</details> - </caps> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |