diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:47:41 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:47:41 +0000 |
commit | 7b0389b09c1dd68462164394ef888cb2455851a6 (patch) | |
tree | 8fd11ae38af22f7ea99d78250eca8eb7bef0af34 /gst/law/mulaw.c | |
parent | 6fcc950836dc9626bd9cabbd6ba3650c363a4375 (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/mulaw.c')
-rw-r--r-- | gst/law/mulaw.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |