From 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:52 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- ext/gsm/gstgsmdec.c | 1 + ext/gsm/gstgsmenc.c | 1 + 2 files changed, 2 insertions(+) (limited to 'ext/gsm') diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index aef69763..d43ad722 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -28,6 +28,7 @@ extern GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template; GstElementDetails gst_gsmdec_details = { "gsm audio decoder", "Codec/Audio/Decoder", + "LGPL", ".gsm", VERSION, "Wim Taymans ", diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 3ed506b8..a425f383 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -28,6 +28,7 @@ extern GstPadTemplate *gsmenc_src_template, *gsmenc_sink_template; GstElementDetails gst_gsmenc_details = { "gsm audio encoder", "Codec/Audio/Encoder", + "LGPL", ".gsm", VERSION, "Wim Taymans ", -- cgit v1.2.1