diff options
Diffstat (limited to 'gst/law/alaw-decode.c')
-rw-r--r-- | gst/law/alaw-decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/law/alaw-decode.c b/gst/law/alaw-decode.c index c0eb3c14..d656fdd1 100644 --- a/gst/law/alaw-decode.c +++ b/gst/law/alaw-decode.c @@ -30,7 +30,7 @@ extern GstPadTemplate *alawdec_src_template, *alawdec_sink_template; /* elementfactory information */ static GstElementDetails alawdec_details = { "A Law to PCM conversion", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Convert 8bit A law to 16bit PCM", "Zaheer Merali <zaheer@bellworldwide.net>" }; |