mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
7710c86dc7
commit
6fb8dff08d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails afparse_details = {
|
||||
"Audiofile Parse",
|
||||
"Codec/Parser/Audio",
|
||||
"Codec/Demuxer/Audio",
|
||||
"Audiofile parser for audio/raw",
|
||||
"Steve Baker <stevebaker_org@yahoo.co.uk>",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue