diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 18:02:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 18:02:23 +0200 |
commit | 1d4404d88306dfd728dd22af44f2ec7650f2d9cc (patch) | |
tree | 41a13a560a93e15eb6443ad1b3c78d9cb281e69a /docs/plugins/inspect/plugin-vpx.xml | |
parent | 0ead08b26aec57d3a1bc02e75fd225a054567384 (diff) | |
download | gstreamer-plugins-good-1d4404d88306dfd728dd22af44f2ec7650f2d9cc.tar.gz |
Release 1.3.11.3.1
Diffstat (limited to 'docs/plugins/inspect/plugin-vpx.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-vpx.xml | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml index 12b062866..7338cb6ac 100644 --- a/docs/plugins/inspect/plugin-vpx.xml +++ b/docs/plugins/inspect/plugin-vpx.xml @@ -3,7 +3,7 @@ <description>VP8 plugin</description> <filename>../../ext/vpx/.libs/libgstvpx.so</filename> <basename>libgstvpx.so</basename> - <version>1.2.0</version> + <version>1.3.1</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> @@ -51,5 +51,47 @@ </caps> </pads> </element> + <element> + <name>vp9dec</name> + <longname>On2 VP9 Decoder</longname> + <class>Codec/Decoder/Video</class> + <description>Decode VP9 video streams</description> + <author>David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-vp9</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ I420, YV12, Y42B, Y444 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + <element> + <name>vp9enc</name> + <longname>On2 VP9 Encoder</longname> + <class>Codec/Encoder/Video</class> + <description>Encode VP9 video streams</description> + <author>David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-vp9, profile=(string){ 0, 1, 2, 3 }</details> + </caps> + </pads> + </element> </elements> </plugin>
\ No newline at end of file |