ext/audiofile/gstafparse.c: change class to Codec/Demuxer/Audio

Original commit message from CVS:
* ext/audiofile/gstafparse.c : change class to Codec/Demuxer/Audio
* gst/auparse/gstauparse.c : idem
* gst/wavparse/gstwavparse.c : idem
This commit is contained in:
Stéphane Loeuillet 2004-05-13 21:42:13 +00:00
parent 7710c86dc7
commit 6fb8dff08d

View file

@ -32,7 +32,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails afparse_details = { static GstElementDetails afparse_details = {
"Audiofile Parse", "Audiofile Parse",
"Codec/Parser/Audio", "Codec/Demuxer/Audio",
"Audiofile parser for audio/raw", "Audiofile parser for audio/raw",
"Steve Baker <stevebaker_org@yahoo.co.uk>", "Steve Baker <stevebaker_org@yahoo.co.uk>",
}; };