summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-flac.xml
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-04 15:09:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-04 15:09:33 +0000
commit6af0c5db4e4b7f96523eeda8b843ee7b7341a6d8 (patch)
tree4712b1eec04ac206597d468338b26e9b9b306780 /docs/plugins/inspect/plugin-flac.xml
parent6482f4af8f21b5d37fba8b847269bd51d42acbb2 (diff)
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'docs/plugins/inspect/plugin-flac.xml')
-rw-r--r--docs/plugins/inspect/plugin-flac.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml
new file mode 100644
index 00000000..08bd9e04
--- /dev/null
+++ b/docs/plugins/inspect/plugin-flac.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>flac</name>
+ <description>The FLAC Lossless compressor Codec</description>
+ <filename>../../ext/flac/.libs/libgstflac.so</filename>
+ <basename>libgstflac.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>flacdec</name>
+ <longname>FLAC decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Decodes FLAC lossless audio streams</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file