mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
1215849e69
If jackd changes the buffer size or sample rate, jackaudiosink hangs and can't be stopped. This also happens if jack is configured as slave and a gstreamer pipeline is started on the slave machine while the jack master isn't running yet. If the the jack master is started it changes the buffer size / sample rate and jackaudiosink can't be stopped. This fix calls jack_shutdown_cb when jack_sample_rate_cb or jack_buffer_size_cb is called. https://bugzilla.gnome.org/show_bug.cgi?id=771272 |
||
---|---|---|
.. | ||
.gitignore | ||
gstjack.c | ||
gstjack.h | ||
gstjackaudioclient.c | ||
gstjackaudioclient.h | ||
gstjackaudiosink.c | ||
gstjackaudiosink.h | ||
gstjackaudiosrc.c | ||
gstjackaudiosrc.h | ||
gstjackringbuffer.h | ||
gstjackutil.c | ||
gstjackutil.h | ||
Makefile.am | ||
meson.build |