diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-29 19:35:31 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-29 19:35:31 +0100 |
commit | b6b7c0aace9f5457cd65fa4f40e1228873809da4 (patch) | |
tree | 519321b6d736c4c37afd33a84bff761214b02192 /docs/plugins/inspect/plugin-rawparse.xml | |
parent | 6af3fb44cd76fc08a570e2b7d45e09952d901b51 (diff) |
Release 0.10.14
Diffstat (limited to 'docs/plugins/inspect/plugin-rawparse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-rawparse.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index d3676f6ea..d6f2dd58f 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,18 +3,18 @@ <description>Parses byte streams into raw frames</description> <filename>../../gst/rawparse/.libs/libgstrawparse.so</filename> <basename>libgstrawparse.so</basename> - <version>0.10.13.1</version> + <version>0.10.14</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git/prerelease</package> - <origin>http://gstreamer.freedesktop.org</origin> + <package>GStreamer Bad Plug-ins source release</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 Dröge <slomo@circular-chaos.org></author> + <author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author> <pads> <caps> <name>src</name> @@ -35,13 +35,13 @@ <longname>Video Parse</longname> <class>Filter/Video</class> <description>Converts stream into video frames</description> - <author>David Schleef <ds@schleef.org>, Sebastian Dröge <slomo@circular-chaos.org></author> + <author>David Schleef <ds@schleef.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> <pads> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY, v210 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details> + <details>video/x-raw-rgb; video/x-raw-yuv; video/x-raw-gray; video/x-raw-bayer</details> </caps> <caps> <name>sink</name> |