mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
jack: add jack_get_video_image_size extension
Add a JACK PipeWire extension to get the video size of the DSP pipeline and use this instead of the hardcoded values in the example.
This commit is contained in:
parent
14fbd4f520
commit
ed1cf46c31
4 changed files with 94 additions and 18 deletions
|
|
@ -28,5 +28,6 @@ if sdl_dep.found()
|
|||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: false,
|
||||
dependencies : [jack_dep, sdl_dep, mathlib],
|
||||
link_with: pipewire_jack,
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue