summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2005-01-05 21:46:19 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2005-01-05 21:46:19 +0000
commit4845a575695bbb669b22b04d70a3f33cf9757610 (patch)
tree966da0e5531cc2629ce6add2c03cf93d329b95c0 /gst-libs
parenta95af88f1fa5483200e5ca41cc0d2fe8a0fb4003 (diff)
gst/: Add AMR (VBR and CBR) ids to riff.h audio codec list
Original commit message from CVS: * gst-libs/gst/riff/riff-ids.h: * gst/wavenc/riff.h: Add AMR (VBR and CBR) ids to riff.h audio codec list * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_ext_content_desc), (gst_asf_demux_process_object): Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/riff/riff-ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h
index f6937dfd..453df2e2 100644
--- a/gst-libs/gst/riff/riff-ids.h
+++ b/gst-libs/gst/riff/riff-ids.h
@@ -293,6 +293,8 @@ typedef struct _gst_riff_strf_auds { /* == WaveHeader (?) */
#define GST_RIFF_WAVE_FORMAT_VORBIS1PLUS (0x676f)
#define GST_RIFF_WAVE_FORMAT_VORBIS2PLUS (0x6770)
#define GST_RIFF_WAVE_FORMAT_VORBIS3PLUS (0x6771)
+#define GST_RIFF_WAVE_FORMAT_GSM_AMR_CBR (0x7A21)
+#define GST_RIFF_WAVE_FORMAT_GSM_AMR_VBR (0x7A22)
guint16 channels;
guint32 rate;
guint32 av_bps;