diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-07-20 11:26:05 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-07-20 11:26:05 +0000 |
commit | 97dd4620d0103eba591472ee43b939f298d24b07 (patch) | |
tree | 57137e7bf9059946ad795f5c67f16df37fb0df4c /ChangeLog | |
parent | b699df6dfd1011b47ec58987007fa5a3702d087d (diff) | |
download | gst-plugins-bad-97dd4620d0103eba591472ee43b939f298d24b07.tar.gz gst-plugins-bad-97dd4620d0103eba591472ee43b939f298d24b07.tar.bz2 gst-plugins-bad-97dd4620d0103eba591472ee43b939f298d24b07.zip |
Ported wavparse to 0.9 . Playing, seeking and state changes work.
Original commit message from CVS:
* configure.ac:
* gst/wavparse/gstwavparse.c:
* gst/wavparse/gstwavparse.h:
* gst/wavparse/Makefile.am:
Ported wavparse to 0.9 . Playing, seeking and state changes work.
Could need more loving on the headers though.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-20 Edward Hervey <edward@fluendo.com> + + * configure.ac: + * gst/wavparse/gstwavparse.c: + * gst/wavparse/gstwavparse.h: + * gst/wavparse/Makefile.am: + Ported wavparse to 0.9 . Playing, seeking and state changes work. + Could need more loving on the headers though. + 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: |