unified behavior stream and media player

This commit is contained in:
Bruno
2021-04-28 11:19:59 +02:00
parent 038fea3539
commit b0bc88e9c2
2 changed files with 51 additions and 41 deletions

View File

@@ -81,12 +81,12 @@ void StreamSource::init()
// set the renderbuffer of the source and attach rendering nodes
attach(renderbuffer);
// deep update to reorder
++View::need_deep_update_;
// force update of activation mode
active_ = true;
// deep update to reorder
++View::need_deep_update_;
// done init
initialized_ = true;
Log::Info("Source '%s' linked to Stream %s", name().c_str(), std::to_string(stream_->id()).c_str());