summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-13 21:42:13 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-13 21:42:13 +0000
commit39ca83a5346570f43e31ea6c774fdb677dd9dfd8 (patch)
treed4b9e394f8ce474ffcb01f011efac868d9226517 /gst/auparse
parent61a021fbba546c6fe5bc1faecfcf3be1c9f8cde9 (diff)
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
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index f3dacd05..b290f0b6 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -34,7 +34,7 @@
/* elementfactory information */
static GstElementDetails gst_auparse_details =
GST_ELEMENT_DETAILS (".au parser",
- "Codec/Parser/Audio",
+ "Codec/Demuxer/Audio",
"Parse an .au file into raw audio",
"Erik Walthinsen <omega@cse.ogi.edu>");
@@ -53,8 +53,8 @@ static GstStaticPadTemplate gst_auparse_src_template =
GST_AUDIO_FLOAT_PAD_TEMPLATE_CAPS "; " /* 64-bit float is barely supported by gstreamer actually */
"audio/x-alaw, " "rate = (int) [ 8000, 192000 ], " "channels = (int) [ 1, 2 ]; " "audio/x-mulaw, " "rate = (int) [ 8000, 192000 ], " "channels = (int) [ 1, 2 ]" /*"; "
"audio/x-adpcm, "
- "layout = (string) { g721, g722, g723_3, g723_5 }" */ )
- /* Nothing to decode those ADPCM streams for now */
+ "layout = (string) { g721, g722, g723_3, g723_5 }" */ )
+ /* Nothing to decode those ADPCM streams for now */
);
/* AuParse signals and args */