gstreamer/subprojects/gst-plugins-good/ext/jack
Wim Taymans 1b5a093b96 jackaudiosrc: actually use the queried ports from JACK
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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7474>
2024-09-10 06:20:06 +00:00
..
gstjack.c jack: return TRUE during init when failing to dlopen 2023-04-28 14:57:38 +00:00
gstjack.h jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackaudioclient.c jack: tone down log ERRORs in case no JACK server is running 2023-05-08 21:20:20 +00:00
gstjackaudioclient.h jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackaudiosink.c jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackaudiosink.h jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackaudiosrc.c jackaudiosrc: actually use the queried ports from JACK 2024-09-10 06:20:06 +00:00
gstjackaudiosrc.h jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackloader.c jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackloader.h jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00
gstjackringbuffer.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstjackutil.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstjackutil.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
meson.build jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03:00