gstreamer/subprojects/gst-plugins-good/ext/jack
Tim-Philipp Müller 8b9f1278b2 jack: tone down log ERRORs in case no JACK server is running
jackaudiosink and jackaudiosrc have a rank and might be plugged
as part of auto-plugging inside playbin and playsink or the
autoaudiosink/autoaudiosrc elements, so we don't really want to
spew ERROR log messages in that case, which is consistent with
what alsasink and pulseaudiosink do.

This is less noticable on Linux because pulseaudiosink has a
higher and alsasink which has the same rank comes before jack
in the alphabet.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4545>
2023-05-08 21:20:20 +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 jack: Dynamically load libjack at runtime instead of linking 2023-04-20 11:10:15 +03: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