comparison ChangeLog @ 1167:f22b4eb572fb trunk

[svn] - add playback->playing = 0 where buffer_playing = FALSE is done. without this, playback_get_time() would be confused and playback wouldn't advance in playlist.
author yaz
date Thu, 07 Jun 2007 00:05:17 -0700
parents 4bd7e72a6605
children 940b7ded5756
comparison
equal deleted inserted replaced
1166:4bd7e72a6605 1167:f22b4eb572fb
1 2007-06-07 05:58:18 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [2498]
3 - handle metadata in better way.
4
5 trunk/src/tta/libtta.c | 34 +++++++++++++++++++++-------------
6 1 file changed, 21 insertions(+), 13 deletions(-)
7
8
1 2007-06-07 05:34:54 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 9 2007-06-07 05:34:54 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [2496] 10 revision [2496]
3 - add playback->playing code. 11 - add playback->playing code.
4 - if tta file doesn't have metadata, file name will be used as the title. 12 - if tta file doesn't have metadata, file name will be used as the title.
5 13