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:
Wim Taymans 2020-02-07 13:31:49 +01:00
parent 14fbd4f520
commit ed1cf46c31
4 changed files with 94 additions and 18 deletions

View file

@ -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