mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-05 01:40:45 -05:00
v4l2: use a separate flag to skip the first buffer
The buf.sequence value might stay to 0 (v4l2loopback)
This commit is contained in:
parent
877c262e78
commit
b9df297e2a
2 changed files with 7 additions and 2 deletions
|
|
@ -75,6 +75,7 @@ struct port {
|
|||
bool alloc_buffers;
|
||||
bool probed_expbuf;
|
||||
bool have_expbuf;
|
||||
bool first_buffer;
|
||||
uint32_t max_buffers;
|
||||
|
||||
bool next_fmtdesc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue