diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-11 17:52:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-11 17:52:09 +0000 |
commit | a050b3d0bd497d75a9b3318d85109a9f8810b064 (patch) | |
tree | 638db42ac7faf65b172c2c0ebb9081f2f80e7b52 /docs/plugins/inspect/plugin-jpeg.xml | |
parent | 1436139a8c7077f979bc1aab77e7e3df7ec45a41 (diff) |
add source module to docs; reinspect
Original commit message from CVS:
add source module to docs; reinspect
Diffstat (limited to 'docs/plugins/inspect/plugin-jpeg.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-jpeg.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 64b142ca..8bdc2a3c 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,8 +3,9 @@ <description>JPeg plugin library</description> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <basename>libgstjpeg.so</basename> - <version>0.9.0.1</version> + <version>0.9.1.1</version> <license>LGPL</license> + <source>gst-plugins-good</source> <package>GStreamer CVS/prerelease</package> <origin>http://gstreamer.freedesktop.org/</origin> <elements> @@ -15,5 +16,19 @@ <description>Decode images from JPEG format</description> <author>Wim Taymans <wim.taymans@tvd.be></author> </element> + <element> + <name>jpegenc</name> + <longname>JPEG image encoder</longname> + <class>Codec/Encoder/Image</class> + <description>Encode images in JPEG format</description> + <author>Wim Taymans <wim.taymans@tvd.be></author> + </element> + <element> + <name>smokeenc</name> + <longname>Smoke image encoder</longname> + <class>Codec/Encoder/Image</class> + <description>Encode images in the Smoke format</description> + <author>Wim Taymans <wim@fluendo.com></author> + </element> </elements> </plugin>
\ No newline at end of file |