diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-08-11 00:23:02 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-08-11 11:35:23 +0100 |
commit | 61f7a1e12bd82d5d7f504d51c5a64f4d3f9950ee (patch) | |
tree | 5f3fa4635c3388d9f1f17e25e4b4ab780f218829 /docs/plugins/inspect/plugin-vdpau.xml | |
parent | 35680a0ee8f7ebfc2063d6398ca922c2b9085592 (diff) | |
download | gstreamer-plugins-bad-61f7a1e12bd82d5d7f504d51c5a64f4d3f9950ee.tar.gz |
0.10.19.2 pre-release
This commit is out of sequence, it really belongs between commits
15098331412ceb982c24b89bb4346354fb56433c (Automatic update of
common submodule) and dd26f378b01d679834f12935efc7093fb5807956
(configure: Fix the CELT checks to ...)
Diffstat (limited to 'docs/plugins/inspect/plugin-vdpau.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-vdpau.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-vdpau.xml b/docs/plugins/inspect/plugin-vdpau.xml index c51c99a9b..9798c868c 100644 --- a/docs/plugins/inspect/plugin-vdpau.xml +++ b/docs/plugins/inspect/plugin-vdpau.xml @@ -3,7 +3,7 @@ <description>Various elements utilizing VDPAU</description> <filename>../../sys/vdpau/.libs/libgstvdpau.so</filename> <basename>libgstvdpau.so</basename> - <version>0.10.19.1</version> + <version>0.10.19.2</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> @@ -31,6 +31,27 @@ </pads> </element> <element> + <name>vdpaumpeg4dec</name> + <longname>VDPAU Mpeg4 Decoder</longname> + <class>Decoder</class> + <description>Decode mpeg4 stream with vdpau</description> + <author>Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/x-divx, divxversion=(int)[ 4, 5 ]; video/x-xvid</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-vdpau-video, chroma-type=(int)0, width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]</details> + </caps> + </pads> + </element> + <element> <name>vdpaumpegdec</name> <longname>VDPAU Mpeg Decoder</longname> <class>Decoder</class> |