diff options
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 |