jackaudiosink: Don't call g_alloca() in process_cb
authorTristan Matthews <tristan@sat.qc.ca>
Wed, 3 Aug 2011 02:05:08 +0000 (22:05 -0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 3 Aug 2011 07:44:05 +0000 (09:44 +0200)
commitc26442a3bae0f93947f7dc4f858b968a254842ee
treea35c3995e9c0823ced4a1848e59af06a834ec349
parenta1712ad87c20fd5abd08eea52293c91b7d7a6dff
jackaudiosink: Don't call g_alloca() in process_cb

g_alloca() is not RT-safe, so instead we should allocate the
memory needed in advance. Fixes #655866
ext/jack/gstjackaudiosink.c
ext/jack/gstjackaudiosink.h