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 | 3a1737c07699370279eae64a71dded925c8be1d4 (patch) | |
tree | 842183888e6662ae265779778b6c9cdfa7c02984 /ChangeLog | |
parent | 5093ae66b9fb4b124a28976a9a4cb58c12ab8f75 (diff) | |
download | gst-plugins-bad-3a1737c07699370279eae64a71dded925c8be1d4.tar.gz gst-plugins-bad-3a1737c07699370279eae64a71dded925c8be1d4.tar.bz2 gst-plugins-bad-3a1737c07699370279eae64a71dded925c8be1d4.zip |
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 |