diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-05 14:22:12 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-05 14:22:12 +0000 |
| commit | 8e98d264cdb9e227793b79af769175d1ae31ec73 (patch) | |
| tree | e1c05f3eb18092c63bb503370692b615ffd329b1 /ChangeLog | |
| parent | 6d0e3ac3964ec290a596950b7765fdb46b6431f9 (diff) | |
gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of tags. Other fields are interesting too, b...
Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
Handle the acid chunk and send tempo as part of tags. Other fields are
interesting too, but need more tag-definitions. Fixes #545433.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2008-08-05 Stefan Kost <ensonic@users.sf.net> * gst/wavparse/gstwavparse.c: + Handle the acid chunk and send tempo as part of tags. Other fields are + interesting too, but need more tag-definitions. Fixes #545433. + +2008-08-05 Stefan Kost <ensonic@users.sf.net> + + * gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() and move old code from dispose into reset. This way we don't leak taglists when we abort parsing. Fix some comments. Move code for skipping a chunk into extra |
