diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-05 14:16:32 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-05 14:16:32 +0000 |
| commit | 6d0e3ac3964ec290a596950b7765fdb46b6431f9 (patch) | |
| tree | 4f013cad8fffbecdacc5ae40b7766e1bf786a492 /ChangeLog | |
| parent | 1e64691186a2e0e90ad1112635068dc1b9e7bf3d (diff) | |
gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() and move old code from dispose into reset...
Original commit message from CVS:
* 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
function. Replace chunk sizes with a const to ease readability.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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 + function. Replace chunk sizes with a const to ease readability. + 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr> |
