diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 14:03:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 14:03:03 +0000 |
commit | 2088cb81b1a3fdd498f9722d4c2b5084488ea9d3 (patch) | |
tree | c4372e64305bba5e5d5e84d1aeaf4da0528a2b4c /docs/plugins/inspect/plugin-gdkpixbuf.xml | |
parent | e50a7b728bddaae077bac4a3e57a57612628dcc3 (diff) |
adding inspect files
Original commit message from CVS:
adding inspect files
Diffstat (limited to 'docs/plugins/inspect/plugin-gdkpixbuf.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gdkpixbuf.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml new file mode 100644 index 00000000..322a8f9a --- /dev/null +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -0,0 +1,29 @@ +<plugin> + <name>gdkpixbuf</name> + <description>GDK Pixbuf decoder & scaler</description> + <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> + <basename>libgstgdkpixbuf.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-good</source> + <package>GStreamer Good Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>gdkpixbufdec</name> + <longname>GdkPixbuf image decoder</longname> + <class>Codec/Decoder/Image</class> + <description>Decodes images in a video stream using GdkPixbuf</description> + <author>David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br></author> + </element> + <element> + <name>gdkpixbufscale</name> + <longname>GdkPixbuf image scaler</longname> + <class>Filter/Effect/Video</class> + <description>Resizes video</description> + <author>Jan Schmidt <thaytan@mad.scientist.com> + Wim Taymans <wim.taymans@chello.be> + Renato Filho <renato.filho@indt.org.br></author> + </element> + </elements> +</plugin>
\ No newline at end of file |