]> git.sesse.net Git - nageru/blobdiff - fake_capture.cpp
Let the theme distinguish between fake and real inputs (ie., if there is an actual...
[nageru] / fake_capture.cpp
index 53d0db896a958303e16300bd153d2ce2cfb3bb35..5ad0b6205b41b26965a94a2fbb61afaa5e364670 100644 (file)
@@ -195,6 +195,7 @@ void FakeCapture::producer_thread_func()
                video_format.frame_rate_nom = FAKE_FPS;
                video_format.frame_rate_den = 1;
                video_format.has_signal = true;
+               video_format.is_connected = false;
 
                FrameAllocator::Frame video_frame = video_frame_allocator->alloc_frame();
                if (video_frame.data != nullptr) {