mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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
61a021fbba
commit
39ca83a534
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -51,7 +51,7 @@ static void gst_wavparse_get_property (GObject * object, guint prop_id,
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_wavparse_details =
|
||||
GST_ELEMENT_DETAILS (".wav demuxer",
|
||||
"Codec/Demuxer",
|
||||
"Codec/Demuxer/Audio",
|
||||
"Parse a .wav file into raw audio",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue