diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 14:19:32 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 14:19:32 +0000 |
commit | ff8b6de615ff389388b693828d2acecac9652d0a (patch) | |
tree | 2796f7867e05577d263c95ab344baaf8ff5187f6 /docs/plugins/inspect/plugin-rawparse.xml | |
parent | aa6d9fc5289adaf7e653fd190dc1180cb9e01466 (diff) | |
download | gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.tar.gz gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.tar.bz2 gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.zip |
docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsrc, nvudemux and theoradecexp, please com...
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
Update lists again. Those whole can build ivorbisdec, mythtvsrc,
nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
* docs/plugins/inspect/plugin-gstinterlace.xml:
* docs/plugins/inspect/plugin-rawparse.xml
* docs/plugins/inspect/plugin-videoparse.xml:
Replace videoparse with rawparse.
* gst/dvdspu/gstdvdspu.h:
Help gtk-doc to recognize the object struct.
Diffstat (limited to 'docs/plugins/inspect/plugin-rawparse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-rawparse.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml new file mode 100644 index 00000000..de9a6ed2 --- /dev/null +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -0,0 +1,55 @@ +<plugin> + <name>rawparse</name> + <description>Parses byte streams into raw frames</description> + <filename>../../gst/rawparse/.libs/libgstrawparse.so</filename> + <basename>libgstrawparse.so</basename> + <version>0.10.5.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>audioparse</name> + <longname>Audio Parse</longname> + <class>Filter/Audio</class> + <description>Converts stream into audio frames</description> + <author>Sebastian Dr303266ge <slomo@circular-chaos.org></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-int, depth=(int)[ 1, 32 ], width=(int){ 8, 16, 24, 32 }, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int){ 1234, 4321 }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> + <name>videoparse</name> + <longname>Video Parse</longname> + <class>Filter/Video</class> + <description>Converts stream into video frames</description> + <author>David Schleef <ds@schleef.org>, Sebastian Dr303266ge <slomo@circular-chaos.org></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |