diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-24 00:18:30 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-24 00:18:30 +0000 |
commit | 10e4194d5da531826365d11d085e9715cc2e1764 (patch) | |
tree | eb7e8a12e56aa4e345b12773cde33e199f344b95 /docs/plugins/inspect/plugin-cdxaparse.xml | |
parent | 5d68a26ffa04450f33d812e90934c2f2a3c4f331 (diff) | |
download | gst-plugins-bad-10e4194d5da531826365d11d085e9715cc2e1764.tar.gz gst-plugins-bad-10e4194d5da531826365d11d085e9715cc2e1764.tar.bz2 gst-plugins-bad-10e4194d5da531826365d11d085e9715cc2e1764.zip |
Release 0.10.7RELEASE-0_10_7
Original commit message from CVS:
Release 0.10.7
Diffstat (limited to 'docs/plugins/inspect/plugin-cdxaparse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-cdxaparse.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index 94add097..b041b90d 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -3,7 +3,7 @@ <description>Parse a .dat file (VCD) into raw mpeg1</description> <filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename> <basename>libgstcdxaparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -30,5 +30,26 @@ </caps> </pads> </element> + <element> + <name>vcdparse</name> + <longname>(S)VCD stream parser</longname> + <class>Codec/Parser</class> + <description>Strip (S)VCD stream from its sync headers</description> + <author>Tim-Philipp Müller <tim centricular net>, Ronald Bultje <rbultje@ronald.bitfreak.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-vcd</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, systemstream=(boolean)true</details> + </caps> + </pads> + </element> </elements> </plugin>
\ No newline at end of file |