summaryrefslogtreecommitdiffstats
path: root/gst/law
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
commit2ff64d483edbe24c8f940a779d57c8961e99d15e (patch)
tree885ee59649ac7ef5d14bd994912c9304d69d9c5d /gst/law
parent3f0db12fb379f24875a06dca2b6b51486f5f6322 (diff)
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'gst/law')
-rw-r--r--gst/law/alaw.c4
-rw-r--r--gst/law/mulaw.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index f340d137..3d56f443 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -1,18 +1,22 @@
#include "alaw-encode.h"
#include "alaw-decode.h"
+/* elementfactory information */
static GstElementDetails alawenc_details = {
"PCM to A Law conversion",
"Filter/Audio/Conversion",
+ "LGPL",
"Convert 16bit PCM to 8bit A law",
VERSION,
"Zaheer Merali <zaheer@bellworldwide.net>",
"(C) 2001"
};
+/* elementfactory information */
static GstElementDetails alawdec_details = {
"A Law to PCM conversion",
"Filter/Audio/Conversion",
+ "LGPL",
"Convert 8bit A law to 16bit PCM",
VERSION,
"Zaheer Merali <zaheer@bellworldwide.net>",
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 387d271f..ccab61de 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -1,18 +1,22 @@
#include "mulaw-encode.h"
#include "mulaw-decode.h"
+/* elementfactory information */
static GstElementDetails mulawenc_details = {
"PCM to Mu Law conversion",
"Filter/Audio/Conversion",
+ "LGPL",
"Convert 16bit PCM to 8bit mu law",
VERSION,
"Zaheer Merali <zaheer@bellworldwide.net>",
"(C) 2001"
};
+/* elementfactory information */
static GstElementDetails mulawdec_details = {
"Mu Law to PCM conversion",
"Filter/Audio/Conversion",
+ "LGPL",
"Convert 8bit mu law to 16bit PCM",
VERSION,
"Zaheer Merali <zaheer@bellworldwide.net>",