Player display of non-playable source

Show also non-playable sources to allow testing pre- post-display. Show post-processed image only if source made changes.
This commit is contained in:
Bruno Herbelin
2022-06-21 01:37:30 +02:00
parent 452221daa5
commit f2405e02f6
5 changed files with 121 additions and 165 deletions

View File

@@ -199,7 +199,7 @@ void CloneSource::play (bool on)
bool CloneSource::playable () const
{
return true;
return filter_->type() != FrameBufferFilter::FILTER_PASSTHROUGH;
}
void CloneSource::replay()