First minimal implementation of Screen device for screen capture under

Linux (ximagesrc). Cleanup code.
This commit is contained in:
brunoherbelin
2020-09-26 12:22:15 +02:00
parent 69c74aa103
commit df2a66484b
5 changed files with 98 additions and 155 deletions

View File

@@ -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;