mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
First minimal implementation of Screen device for screen capture under
Linux (ximagesrc). Cleanup code.
This commit is contained in:
@@ -149,6 +149,7 @@ void Stream::execute_open()
|
||||
callbacks.new_preroll = callback_new_preroll;
|
||||
callbacks.eos = NULL;
|
||||
callbacks.new_sample = NULL;
|
||||
Log::Info("Stream %d contains a single frame", id_);
|
||||
}
|
||||
else {
|
||||
callbacks.new_preroll = callback_new_preroll;
|
||||
|
||||
Reference in New Issue
Block a user