1<plugin> 2 <name>vdpau</name> 3 <description>Various elements utilizing VDPAU</description> 4 <filename>../../sys/vdpau/.libs/libgstvdpau.so</filename> 5 <basename>libgstvdpau.so</basename> 6 <version>1.16.2</version> 7 <license>LGPL</license> 8 <source>gst-plugins-bad</source> 9 <package>GStreamer Bad Plug-ins source release</package> 10 <origin>Unknown package origin</origin> 11 <elements> 12 <element> 13 <name>vdpaumpegdec</name> 14 <longname>VDPAU Mpeg Decoder</longname> 15 <class>Decoder</class> 16 <description>Decode mpeg stream with vdpau</description> 17 <author>Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com></author> 18 <pads> 19 <caps> 20 <name>sink</name> 21 <direction>sink</direction> 22 <presence>always</presence> 23 <details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false</details> 24 </caps> 25 <caps> 26 <name>src</name> 27 <direction>source</direction> 28 <presence>always</presence> 29 <details>video/x-raw(memory:VdpVideoSurface), format=(string){ YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> 30 </caps> 31 </pads> 32 </element> 33 </elements> 34</plugin>