diff options
Diffstat (limited to 'ext/flac/gstflacenc.c')
-rw-r--r-- | ext/flac/gstflacenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 90cb5dc0..5a17fcba 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -33,7 +33,7 @@ static GstPadTemplate *src_template, *sink_template; /* elementfactory information */ GstElementDetails flacenc_details = { "FLAC encoder", - "Codec/Audio/Encoder", + "Codec/Encoder/Audio", "Encodes audio with the FLAC lossless audio encoder", "Wim Taymans <wim.taymans@chello.be>", }; |