mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
05089a7092
Port objects acquired with jack_get_ports() need to be freed with jack_free(3), not stdlib free(). On Windows, Jack may be linked against different libc than GStreamer libraries so free()ing port objects directly might cause crash because of libc mismatch. |
||
---|---|---|
.. | ||
.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 |