Skip to content

Commit a0e7a6b

Browse files
committed
vdisp/pipewire: Correctly indicate dropped frame
1 parent 1135978 commit a0e7a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/pipewire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ static bool display_pw_putf(void *state, video_frame *frame, long long flags)
372372

373373
if(!buf->b){
374374
//Frame is invalid - buffer got removed
375-
return true;
375+
return false;
376376
}
377377

378378
assert(frame == s->in_flight_frame.get());

0 commit comments

Comments
 (0)