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