From 2ff64d483edbe24c8f940a779d57c8961e99d15e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:51 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- ext/flac/gstflacdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/flac/gstflacdec.c') diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 0c14598d..6d1ec067 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -30,6 +30,7 @@ extern GstPadTemplate *gst_flacdec_src_template, *gst_flacdec_sink_template; GstElementDetails flacdec_details = { "FLAC decoder", "Codec/Audio/Decoder", + "LGPL", "Decodes FLAC lossless audio streams", VERSION, "Wim Taymans ", -- cgit