commence testing

This commit is contained in:
Robin Gareus 2016-07-09 11:55:05 +02:00
parent 56c4eebfdd
commit 20e216afcc

View file

@ -2959,7 +2959,7 @@ PluginInsert::latency_changed ()
{
// this is called in RT context, LatencyChanged is emitted after run()
_latency_changed = true;
#if 0 // TODO check possible deadlock in RT-context
#if 1 // TODO check possible deadlock in RT-context (esp. with jack) latency-callback.
// XXX This also needs a proper API not an owner() hack.
static_cast<Route*>(owner ())->processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
#endif