diff options
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-05-24 17:41:40 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-05-24 20:03:21 -0300 |
commit | c6e77c3d032b90baa950bd29fd4694a40acb9644 (patch) | |
tree | 1665672f5cb45483e6af54b135f56d3bfa0e49a8 /docs/plugins/inspect | |
parent | 997979c046b4cdb528308fdde8d09365e31b3cff (diff) | |
download | gstreamer-plugins-bad-c6e77c3d032b90baa950bd29fd4694a40acb9644.tar.gz |
Removing remaining gstapp*
There are some remaining gstapp* living unlinked from the build scripts.
Remove them.
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-app.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml deleted file mode 100644 index 72c2948f9..000000000 --- a/docs/plugins/inspect/plugin-app.xml +++ /dev/null @@ -1,43 +0,0 @@ -<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.9.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>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>
\ No newline at end of file |