diff options
Diffstat (limited to 'gst/law/alaw.c')
-rw-r--r-- | gst/law/alaw.c | 4 |
1 files changed, 4 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>", |