diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-02-27 11:54:42 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-02-27 12:00:34 +0000 |
commit | efc9b324dbe16cbfb7eb829a10cd9c185b681117 (patch) | |
tree | d770a2f10f4cad5d7a56c59f10e3314fc8a53355 /docs/plugins/inspect/plugin-dirac.xml | |
parent | f4da218edd55e54e75e6c9485685eefc94432fce (diff) | |
download | gstreamer-plugins-bad-efc9b324dbe16cbfb7eb829a10cd9c185b681117.tar.gz |
docs: Enroll dirac plugin into the docs
Diffstat (limited to 'docs/plugins/inspect/plugin-dirac.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-dirac.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-dirac.xml b/docs/plugins/inspect/plugin-dirac.xml new file mode 100644 index 000000000..e16d0a32e --- /dev/null +++ b/docs/plugins/inspect/plugin-dirac.xml @@ -0,0 +1,34 @@ +<plugin> + <name>dirac</name> + <description>Dirac plugin</description> + <filename>../../ext/dirac/.libs/libgstdirac.so</filename> + <basename>libgstdirac.so</basename> + <version>0.10.10.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>diracenc</name> + <longname>Dirac Encoder</longname> + <class>Codec/Encoder/Video</class> + <description>Encode raw YUV video into Dirac stream</description> + <author>David Schleef <ds@schleef.org></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, 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-dirac</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |