comparison TODO @ 4538:04da24c63467

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 22:47:49 +0300
parents 9fb29ee322d3 b0def426de68
children fba10959a743
comparison
equal deleted inserted replaced
4537:9fb29ee322d3 4538:04da24c63467
51 * mowgli_heap_free()? 51 * mowgli_heap_free()?
52 52
53 possible solutions? 53 possible solutions?
54 * mempools for playlist data? not sure if possible, the tuple heaps 54 * mempools for playlist data? not sure if possible, the tuple heaps
55 should then somehow be collected into pools... 55 should then somehow be collected into pools...
56 56 * storing the playlist as a GtkTreeModel seems to be fairly fast (at least
57 in mudkip-player it is) --nenolod
57 58
58 - playlist.c: racecondition in scanner thread vs. playlist manipulation 59 - playlist.c: racecondition in scanner thread vs. playlist manipulation
59 (playlist_clear(), free, etc.) 60 (playlist_clear(), free, etc.)
60 * go through scanner thread code and revise it. 61 * go through scanner thread code and revise it.
61 * also all playlist manipulation should be double-checked. 62 * also all playlist manipulation should be double-checked.