summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 23:55:17 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 23:55:17 +0000
commita580c78ec3335e6887e9d5da2721ddd8b76e047c (patch)
tree5851b6cbed4e2b8e7765d53ea2fed4340e7ed9b0 /gst-libs
parent481d7b7202234a153991f9780fad25b62c462452 (diff)
downloadgst-plugins-bad-a580c78ec3335e6887e9d5da2721ddd8b76e047c.tar.gz
gst-plugins-bad-a580c78ec3335e6887e9d5da2721ddd8b76e047c.tar.bz2
gst-plugins-bad-a580c78ec3335e6887e9d5da2721ddd8b76e047c.zip
gst/auparse/gstauparse.c: eee (32, 64) only unsupported formats are ADPCM/CCITT G.72x
Original commit message from CVS: * gst/auparse/gstauparse.c: fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64) only unsupported formats are ADPCM/CCITT G.72x reviewed by Ronald * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/audio/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/audio.h b/gst-libs/gst/audio/audio.h
index 4a3428dd..b07499de 100644
--- a/gst-libs/gst/audio/audio.h
+++ b/gst-libs/gst/audio/audio.h
@@ -58,7 +58,7 @@ G_BEGIN_DECLS
"rate = (int) [ 1, MAX ], " \
"channels = (int) [ 1, MAX ], " \
"endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, " \
- "width = (int) { 8, 16, 32 }, " \
+ "width = (int) { 8, 16, 24, 32 }, " \
"depth = (int) [ 1, 32 ], " \
"signed = (boolean) { true, false }"