mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Add example to play sine wave
Various build fixes and cleanups Move port_add to private and make node ports based on implementation. Improve pull based scheduling on remote nodes
This commit is contained in:
parent
36ac8a6545
commit
21cd5a2918
26 changed files with 640 additions and 185 deletions
|
|
@ -8,6 +8,11 @@ executable('export-v4l2',
|
|||
install: false,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
executable('export-source',
|
||||
'export-source.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, libm],
|
||||
)
|
||||
|
||||
if sdl_dep.found()
|
||||
executable('video-play',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue