Skip to content
Snippets Groups Projects

Resolves #159 proxy of sources

Merged Nicolas Pope requested to merge bug/196/snapshotcapture into master
8 files
+ 151
26
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -160,6 +160,7 @@ static void run(ftl::Configurable *root) {
@@ -160,6 +160,7 @@ static void run(ftl::Configurable *root) {
}
}
stream->setLatency(5); // FIXME: This depends on source!?
stream->setLatency(5); // FIXME: This depends on source!?
 
stream->add(&group);
stream->run();
stream->run();
bool busy = false;
bool busy = false;
Loading