summaryrefslogtreecommitdiffstats
path: root/ext/gsm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gsm')
-rw-r--r--ext/gsm/gstgsmdec.c1
-rw-r--r--ext/gsm/gstgsmenc.c1
2 files changed, 2 insertions, 0 deletions
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 <wim.taymans@chello.be>",
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 <wim.taymans@chello.be>",