gstreamer/ext/jack
okuoku 05089a7092 jack: Use jack_free(3) to release ports
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.
2019-04-24 02:38:32 +09:00
..
.gitignore ext/jack/.cvsignore: Ignore old files as requested by the build slave. 2011-01-02 14:30:06 +00:00
gstjack.c ext/sys: Fix some compilation errors caused by circular includes 2012-12-12 17:35:04 +00:00
gstjack.h ext/sys: Fix some compilation errors caused by circular includes 2012-12-12 17:35:04 +00:00
gstjackaudioclient.c ext, gst: fix indentation 2016-09-15 09:53:07 +01:00
gstjackaudioclient.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstjackaudiosink.c jack: Use jack_free(3) to release ports 2019-04-24 02:38:32 +09:00
gstjackaudiosink.h jack: Add property port-pattern to specify which JACK ports to connect to 2015-02-17 13:45:43 +02:00
gstjackaudiosrc.c jack: Use jack_free(3) to release ports 2019-04-24 02:38:32 +09:00
gstjackaudiosrc.h jack: Add property port-pattern to specify which JACK ports to connect to 2015-02-17 13:45:43 +02:00
gstjackringbuffer.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstjackutil.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstjackutil.h ext/sys: Fix some compilation errors caused by circular includes 2012-12-12 17:35:04 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:54 +05:30