diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 22:44:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 22:44:44 +0000 |
commit | dbc62ec935fc412826d77922b13e91d319d9fc80 (patch) | |
tree | bd0e41d8577f5fdac5b66fd012c2f33a43d7c598 /docs/plugins/inspect/plugin-mpeg2dec.xml | |
parent | e43f1781070bb8ef1bb7ea43734958ebd43442f6 (diff) |
releasing 0.9.4RELEASE-0_9_4
Original commit message from CVS:
releasing 0.9.4
Diffstat (limited to 'docs/plugins/inspect/plugin-mpeg2dec.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2dec.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml new file mode 100644 index 00000000..7ad51e17 --- /dev/null +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -0,0 +1,20 @@ +<plugin> + <name>mpeg2dec</name> + <description>LibMpeg2 decoder</description> + <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> + <basename>libgstmpeg2dec.so</basename> + <version>0.9.4</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer source release</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>mpeg2dec</name> + <longname>mpeg1 and mpeg2 video decoder</longname> + <class>Codec/Decoder/Video</class> + <description>Uses libmpeg2 to decode MPEG video streams</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + </elements> +</plugin>
\ No newline at end of file |