mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
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
This commit is contained in:
parent
0587672b06
commit
f8f00f26c7
2 changed files with 32 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* docs/plugins/inspect/plugin-gdp.xml:
|
||||||
|
actually commit inspectation of gdp element
|
||||||
|
|
||||||
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
|
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
|
||||||
|
|
27
docs/plugins/inspect/plugin-gdp.xml
Normal file
27
docs/plugins/inspect/plugin-gdp.xml
Normal file
|
@ -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>
|
Loading…
Reference in a new issue