summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-13 11:32:38 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-13 11:32:38 +0000
commit5a3704a4f0a1aaae2587f2c34fcf1ec0d2298c23 (patch)
treebfa4e9b1730cbcf19e9ca60b42110fb1785d9717 /gst/auparse
parentc6f18d1266170ac7812c929aae5fdecbf9b7686c (diff)
gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF types
Original commit message from CVS: * gst-libs/gst/riff/riff-ids.h : - add CDXA to the list of RIFF types - add plst (playlist ?) to wav chunk list (only diff with wavparse/riff.h)
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 8b028be9..5e16d3e4 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -282,7 +282,7 @@ Samples :
case 17: /* AU_ENCODING_MULAW_SQUELCH */
case 18: /* 16-bit linear with emphasis */
- case 19: /* 16-bit linear compressed (NEXT) */
+ case 19: /* 16-bit linear compressed (NeXT) */
case 20: /* 16-bit linear with emphasis and compression */
case 21: /* Music kit DSP commands */