summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-10 18:03:26 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:29:59 +0100
commit15c74af4d06b77b697984fa4a7f28b7293e32434 (patch)
treea1ee91a35038a0b5f00a106bba77e4d87d292a33
parentf00727f39a2cf4622d3035b8cdf8b065eb7d984e (diff)
downloadgst-plugins-bad-15c74af4d06b77b697984fa4a7f28b7293e32434.tar.gz
gst-plugins-bad-15c74af4d06b77b697984fa4a7f28b7293e32434.tar.bz2
gst-plugins-bad-15c74af4d06b77b697984fa4a7f28b7293e32434.zip
Moved valve from gst-plugins-farsight to -bad
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/inspect/plugin-valve.xml34
2 files changed, 36 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14b35fb6..7366a38c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,6 +274,7 @@ AG_GST_CHECK_PLUGIN(speed)
AG_GST_CHECK_PLUGIN(subenc)
AG_GST_CHECK_PLUGIN(stereo)
AG_GST_CHECK_PLUGIN(tta)
+AG_GST_CHECK_PLUGIN(valve)
AG_GST_CHECK_PLUGIN(videosignal)
AG_GST_CHECK_PLUGIN(vmnc)
AG_GST_CHECK_PLUGIN(y4m)
@@ -1448,6 +1449,7 @@ gst/speed/Makefile
gst/subenc/Makefile
gst/stereo/Makefile
gst/tta/Makefile
+gst/valve/Makefile
gst/videosignal/Makefile
gst/vmnc/Makefile
gst/real/Makefile
diff --git a/docs/plugins/inspect/plugin-valve.xml b/docs/plugins/inspect/plugin-valve.xml
new file mode 100644
index 00000000..5612a519
--- /dev/null
+++ b/docs/plugins/inspect/plugin-valve.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>valve</name>
+ <description>Valve</description>
+ <filename>../../gst/valve/.libs/libfsvalve.so</filename>
+ <basename>libfsvalve.so</basename>
+ <version>0.10.10.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>valve</name>
+ <longname>Valve element</longname>
+ <class>Filter</class>
+ <description>This element drops all packets when drop is TRUE</description>
+ <author>Olivier Crete &lt;olivier.crete@collabora.co.uk&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file