Skip to content

jackaudiosrc: actually use the queried ports from JACK

Wim Taymans requested to merge wtaymans/gstreamer:main into main

When no ports are given, gst_jack_get_ports() is called to get all the (physical) output ports but then the result is ignored, triggering the "No physical output ports found..." error.

Instead, move the queried ports to the variable we're going to use later.

Merge request reports