Skip to content
Snippets Groups Projects
Commit e8b7a090 authored by sletz's avatar sletz
Browse files

Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3562 0c269be4-1314-0410-8aa9-9f06e86f4224
parent 081df1ef
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,11 @@ Paul Davis
---------------------------
Jackdmp changes log
---------------------------
---------------------------
2009-06-19 Stephane Letz <letz@grame.fr>
* Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also.
2009-06-17 Stephane Letz <letz@grame.fr>
......
......@@ -141,6 +141,7 @@ void JackTransportEngine::MakeAllLocating(JackClientInterface** table)
if (client) {
JackClientControl* control = client->GetClientControl();
control->fTransportState = JackTransportStopped;
control->fTransportSync = true;
control->fTransportTimebase = true;
jack_log("MakeAllLocating ref = %ld", i);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment