From 8c5ab48a3eaf224747b3106db6ecfeffa8a061b5 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:46 +0000 Subject: [PATCH] plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- ext/lame/gstlame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 91bc0f3..e374858 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -34,11 +34,12 @@ #include "gstlame.h" - +/* elementfactory information */ static GstElementDetails gst_lame_details = { "L.A.M.E. mp3 encoder", "Codec/Audio/Encoder", + "GPL", "High-quality free MP3 encoder", VERSION, "Erik Walthinsen ", -- 2.7.4