diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-13 11:32:38 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-13 11:32:38 +0000 |
commit | 5a3704a4f0a1aaae2587f2c34fcf1ec0d2298c23 (patch) | |
tree | bfa4e9b1730cbcf19e9ca60b42110fb1785d9717 /gst/auparse | |
parent | c6f18d1266170ac7812c929aae5fdecbf9b7686c (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.c | 2 |
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 */ |