summaryrefslogtreecommitdiffstats
path: root/ext/gsm
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:52 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:52 +0000
commit1d5f318e0dbfb59479f9b1d834a46d2dde22c942 (patch)
tree5069fb63a27aada6a95629171ba5a85f8708f636 /ext/gsm
parentbe76b13b64890737889bf03ad2e231b62df68239 (diff)
downloadgst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.tar.gz
gst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.tar.bz2
gst-plugins-bad-1d5f318e0dbfb59479f9b1d834a46d2dde22c942.zip
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
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>",