ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"

Original commit message from CVS:
* ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
* gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"

* gst/auparse/gstauparse.c :
- add code (commented for now) to support audio/x-adpcm on src pad
(we have no decoder for those layout yet)

* gst/cdxaparse/gstcdxaparse.c :
* gst/cdxaparse/gstcdxaparse.h :
- partial rewrite using RiffRead (ripped iain's wavparse code)

* gst/rtp/gstrtpL16enc.c : typo
* gst/rtp/gstrtpgsmenc.c : typo
This commit is contained in:
Stéphane Loeuillet 2004-05-13 21:27:14 +00:00
parent 20929381e4
commit 98c0fdfa2f
2 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,19 @@
2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
* gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
* gst/auparse/gstauparse.c :
- add code (commented for now) to support audio/x-adpcm on src pad
(we have no decoder for those layout yet)
* gst/cdxaparse/gstcdxaparse.c :
* gst/cdxaparse/gstcdxaparse.h :
- partial rewrite using RiffRead (ripped iain's wavparse code)
* gst/rtp/gstrtpL16enc.c : typo
* gst/rtp/gstrtpgsmenc.c : typo
2004-05-13 Benjamin Otte <otte@gnome.org>
* configure.ac:

View file

@ -220,11 +220,11 @@ gst_id3_tag_get_type (guint type)
/* elementfactory information */
GstElementDetails gst_id3_tag_details[3] = {
GST_ELEMENT_DETAILS ("id3 tag extractor",
"Codec/Demuxer",
"Codec/Demuxer/Audio",
"Extract ID3 tagging information",
"Benjamin Otte <otte@gnome.org>"),
GST_ELEMENT_DETAILS ("id3 muxer",
"Codec/Muxer",
"Codec/Muxer/Audio",
"Add ID3 tagging information",
"Benjamin Otte <otte@gnome.org>"),
GST_ELEMENT_DETAILS ("id3 tag extractor",