13
0

Fix auditioner underrun when seeking.

prevents "disk too slow" message when seeking in the auditioner.
This commit is contained in:
Robin Gareus 2015-08-22 16:37:08 +02:00
parent 2aee69d6d9
commit f1c21367f2

View File

@ -215,6 +215,7 @@ Butler::thread_work ()
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (_session.the_auditioner());
DEBUG_TRACE (DEBUG::Butler, "seek the auditioner\n");
tr->seek(audition_seek);
tr->do_refill ();
_session.the_auditioner()->seek_response(audition_seek);
}