Description: Fix tta plugin to work with segment with startms
Author: Yang Zhe <yangzhe1990@gmail.com>
Bug: http://bugs.xmms2.xmms.se/view.php?id=2380
Bug-Debian: http://bugs.debian.org/588519

--- xmms2-0.7DrNo+dfsg.orig/src/plugins/tta/tta.c
+++ xmms2-0.7DrNo+dfsg/src/plugins/tta/tta.c
@@ -306,6 +306,7 @@ xmms_tta_seek (xmms_xform_t *xform, gint
 
 	/* update the index of the next frame after successful seek */
 	data->nextframe = idx;
+	data->next_boundary = 0;
 
 	return (data->nextframe * data->framelen);
 }
