mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
v4l2: keep separate field for mapped fd
When mapping an input memfd, don't write the mapped pointer into the buffer but keep a separate field for it.
This commit is contained in:
parent
29dbffea52
commit
f37f8ce70d
2 changed files with 94 additions and 87 deletions
|
|
@ -65,6 +65,7 @@ struct buffer {
|
|||
struct spa_meta_header *h;
|
||||
uint32_t flags;
|
||||
struct v4l2_buffer v4l2_buffer;
|
||||
void *ptr;
|
||||
};
|
||||
|
||||
struct type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue