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:
Wim Taymans 2019-08-12 16:54:05 +02:00
parent 935de18aa5
commit b90c5b925a
2 changed files with 416 additions and 0 deletions

View file

@ -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' ],