mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
examples: add example of memfd upload
Add an example of a client that allocates the buffer memory and uploads the fds to the server.
This commit is contained in:
parent
935de18aa5
commit
b90c5b925a
2 changed files with 416 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ executable('video-src',
|
|||
install: false,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
executable('video-src-alloc',
|
||||
'video-src-alloc.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
executable('audio-src',
|
||||
'audio-src.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue