mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
5dfcb63252
Rename files and types from speexresample to audioresample to finish the move and to prevent any confusion.
43 lines
No EOL
1.4 KiB
XML
43 lines
No EOL
1.4 KiB
XML
<plugin>
|
|
<name>app</name>
|
|
<description>Elements used to communicate with applications</description>
|
|
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
|
<basename>libgstapp.so</basename>
|
|
<version>0.10.22.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>appsink</name>
|
|
<longname>AppSink</longname>
|
|
<class>Generic/Sink</class>
|
|
<description>Allow the application to get access to raw buffer</description>
|
|
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>appsrc</name>
|
|
<longname>AppSrc</longname>
|
|
<class>Generic/Src</class>
|
|
<description>Allow the application to feed buffers to a pipeline</description>
|
|
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |