diff options
Diffstat (limited to 'src/capture/xcomposite.c')
-rw-r--r-- | src/capture/xcomposite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/capture/xcomposite.c b/src/capture/xcomposite.c index eeed2ab..f1d620c 100644 --- a/src/capture/xcomposite.c +++ b/src/capture/xcomposite.c @@ -117,6 +117,7 @@ int gsr_capture_xcomposite_start(gsr_capture_xcomposite *self, AVCodecContext *v frame->height = video_codec_context->height; self->window_resize_timer = clock_get_monotonic_seconds(); + self->clear_next_frame = true; return 0; } |