mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
ba7524353f
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/inspect/plugin-gdp.xml: * gst/gdp/Makefile.am: * tests/check/Makefile.am: Move GDP plugin to -base from -bad. Closes #347783.
27 lines
No EOL
991 B
XML
27 lines
No EOL
991 B
XML
<plugin>
|
|
<name>gdp</name>
|
|
<description>Payload/depayload GDP packets</description>
|
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
|
<basename>libgstgdp.so</basename>
|
|
<version>0.10.9.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-base</source>
|
|
<package>GStreamer Base 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> |