diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-21 00:09:07 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-21 00:09:07 +0000 |
commit | 67fcfffdf89706fd88edf4eeb2a5bd4ec1f9b037 (patch) | |
tree | a4317d5665c49a70f795396fca3c4d26575e68f3 /docs/plugins/inspect/plugin-gdkpixbuf.xml | |
parent | bd23f2f7f4955517bcdc2a01bf2545f0233e2d51 (diff) |
Release 0.10.7 - Red Door Black
Original commit message from CVS:
Release 0.10.7 - Red Door Black
Diffstat (limited to 'docs/plugins/inspect/plugin-gdkpixbuf.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gdkpixbuf.xml | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 186eba0d..d88073a4 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@ <description>GDK Pixbuf decoder & scaler</description> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <basename>libgstgdkpixbuf.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins CVS/prerelease</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -17,17 +17,17 @@ <author>David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>image/png; image/gif; image/x-icon; application/x-navi-animation; image/x-cmu-raster; image/x-sun-raster; image/x-pixmap; image/tiff; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/bmp; image/x-bmp; image/x-MS-bmp; image/vnd.wap.wbmp; image/x-bitmap; image/x-tga; image/x-pcx; image/svg; image/svg+xml</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>image/png; image/gif; image/x-icon; application/x-navi-animation; image/x-cmu-raster; image/x-sun-raster; image/x-pixmap; image/tiff; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/bmp; image/x-bmp; image/x-MS-bmp; image/vnd.wap.wbmp; image/x-bitmap; image/x-tga; image/x-pcx; image/svg; image/svg+xml</details> + </caps> </pads> </element> <element> @@ -35,17 +35,19 @@ <longname>GdkPixbuf image scaler</longname> <class>Filter/Effect/Video</class> <description>Resizes video</description> - <author>Jan Schmidt <thaytan@mad.scientist.com>012Wim Taymans <wim.taymans@chello.be>012Renato Filho <renato.filho@indt.org.br></author> + <author>Jan Schmidt <thaytan@mad.scientist.com> + Wim Taymans <wim.taymans@chello.be> + Renato Filho <renato.filho@indt.org.br></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> |