mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Bugfix and cleanup Info on source in UI
This commit is contained in:
@@ -126,6 +126,7 @@ void Pattern::open( uint pattern, glm::ivec2 res )
|
||||
|
||||
// all patterns before 'SMPTE test pattern' are single frames (not animated)
|
||||
single_frame_ = type_ < 14;
|
||||
Log::Info("Stream %d SingleFrame", single_frame_);
|
||||
|
||||
// (private) open stream
|
||||
Stream::open(gstreamer_pattern, res.x, res.y);
|
||||
|
||||
Reference in New Issue
Block a user