summaryrefslogtreecommitdiffstats
path: root/gst/law
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-07-19 23:47:41 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-07-19 23:47:41 +0000
commit7b0389b09c1dd68462164394ef888cb2455851a6 (patch)
tree8fd11ae38af22f7ea99d78250eca8eb7bef0af34 /gst/law
parent6fcc950836dc9626bd9cabbd6ba3650c363a4375 (diff)
+ the last of the float caps changes ... these are a bit more pervasive
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
Diffstat (limited to 'gst/law')
-rw-r--r--gst/law/alaw.c4
-rw-r--r--gst/law/mulaw.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index 02479281..cae6ad5f 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -7,7 +7,7 @@
/* elementfactory information */
static GstElementDetails alawenc_details = {
"PCM to A Law conversion",
- "Filter/Audio/Conversion",
+ "Codec/Audio/Encoder",
"LGPL",
"Convert 16bit PCM to 8bit A law",
VERSION,
@@ -18,7 +18,7 @@ static GstElementDetails alawenc_details = {
/* elementfactory information */
static GstElementDetails alawdec_details = {
"A Law to PCM conversion",
- "Filter/Audio/Conversion",
+ "Codec/Audio/Decoder",
"LGPL",
"Convert 8bit A law to 16bit PCM",
VERSION,
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 2b6bf7ab..edb5c8e0 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -7,7 +7,7 @@
/* elementfactory information */
static GstElementDetails mulawenc_details = {
"PCM to Mu Law conversion",
- "Filter/Audio/Conversion",
+ "Codec/Audio/Encoder",
"LGPL",
"Convert 16bit PCM to 8bit mu law",
VERSION,
@@ -18,7 +18,7 @@ static GstElementDetails mulawenc_details = {
/* elementfactory information */
static GstElementDetails mulawdec_details = {
"Mu Law to PCM conversion",
- "Filter/Audio/Conversion",
+ "Codec/Audio/Decoder",
"LGPL",
"Convert 8bit mu law to 16bit PCM",
VERSION,