diff options
Diffstat (limited to 'ext/ivorbis')
-rw-r--r-- | ext/ivorbis/vorbisfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c index 9f84a8eb..42ea5968 100644 --- a/ext/ivorbis/vorbisfile.c +++ b/ext/ivorbis/vorbisfile.c @@ -82,7 +82,7 @@ static GstPadTemplate *gst_vorbisdec_src_template, *gst_vorbisdec_sink_template; /* elementfactory information */ GstElementDetails ivorbisfile_details = { "Ogg Vorbis decoder", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Decodes OGG Vorbis audio using the Tremor vorbisfile API", "Monty <monty@xiph.org>\n" "Wim Taymans <wim.taymans@chello.be>\n" |