diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-05-08 00:33:39 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-05-08 00:33:39 +0000 |
commit | f868ebb4bcbeee46ff5ef359fe3b655f3a3f5b0e (patch) | |
tree | 13c2f4ad986f6415fef8f34c96a41c38bccfbfe7 /ChangeLog | |
parent | 85ca8c4888f54dc1474c22dc880e6566c6639316 (diff) |
Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand.
Original commit message from CVS:
Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand.
Made some useful functions in riff-read non-static.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-08 Iain <iain@prettypeople.org> + + * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead. + * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it + (gst_riff_read_element_data): Ditto, and added a got_bytes argument to + return the length that was read. + (gst_riff_read_strf_auds): Allow fmt tags as well. + 2004-05-07 David Schleef <ds@schleef.org> * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct |