gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gst-libs...
authorStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 6 Oct 2004 14:11:56 +0000 (14:11 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 6 Oct 2004 14:11:56 +0000 (14:11 +0000)
Original commit message from CVS:
* gst/wavparse/gstwavparse.h
remove duplicated defines for audio codec codes

* gst-libs/gst/riff/riff-ids.h
* gst/wavenc/riff.h:
add "4CC" code for ATRAC3 audio streams
add "4CC" code for ITU_G721_ADPCM (unused for now)

ChangeLog
gst-libs/gst/riff/riff-ids.h

index 86e7a03447707d23cfe5e4ff18795c9fb370db8c..b2a615d2a19f633c79473d40bc9eaa3603dc8808 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
+
+       * gst/wavparse/gstwavparse.h
+         remove duplicated defines for audio codec codes
+
+       * gst-libs/gst/riff/riff-ids.h
+       * gst/wavenc/riff.h:
+         add "4CC" code for ATRAC3 audio streams
+         add "4CC" code for ITU_G721_ADPCM (unused for now)
+
 2004-10-06  Wim Taymans  <wim@fluendo.com>
 
        * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
index 3c4fc78f8b4bd17fbf90e74680061717ec2d8b41..2684e6c3aba24aef66164ed5d5474f9749914e92 100644 (file)
@@ -271,6 +271,7 @@ typedef struct _gst_riff_strf_auds {       /* == WaveHeader (?) */
 #define GST_RIFF_WAVE_FORMAT_DSP_TRUESPEECH (0x0022)
 #define GST_RIFF_WAVE_FORMAT_GSM610         (0x0031)
 #define GST_RIFF_WAVE_FORMAT_MSN            (0x0032)
+#define GST_RIFF_WAVE_FORMAT_ITU_G721_ADPCM (0x0040)
 #define GST_RIFF_WAVE_FORMAT_MPEGL12        (0x0050)
 #define GST_RIFF_WAVE_FORMAT_MPEGL3         (0x0055)
 #define GST_RIFF_IBM_FORMAT_MULAW           (0x0101)
@@ -279,7 +280,8 @@ typedef struct _gst_riff_strf_auds {       /* == WaveHeader (?) */
 #define GST_RIFF_WAVE_FORMAT_WMAV1          (0x0160)
 #define GST_RIFF_WAVE_FORMAT_WMAV2          (0x0161)
 #define GST_RIFF_WAVE_FORMAT_WMAV3          (0x0162)
-#define GST_RIFF_WAVE_FORMAT_A52           (0x2000)
+#define GST_RIFF_WAVE_FORMAT_SONY_ATRAC3    (0x0270)
+#define GST_RIFF_WAVE_FORMAT_A52            (0x2000)
 #define GST_RIFF_WAVE_FORMAT_VORBIS1        (0x674f)
 #define GST_RIFF_WAVE_FORMAT_VORBIS2        (0x6750)
 #define GST_RIFF_WAVE_FORMAT_VORBIS3        (0x6751)