pitch: Fix race between putSamples() and setting soundtouch parameters
authorDoug Nazar <nazard@nazar.ca>
Fri, 9 Aug 2019 06:41:51 +0000 (02:41 -0400)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 14 Aug 2019 15:32:24 +0000 (15:32 +0000)
commit52f736c233d0c0c302d14512dd4fc665329f66cc
tree90b3e17359e4fa33265bacbe8df55b4b6cc8ed13
parentdb157428ee7c67ec4d35abacbbdfc1f1552513be
pitch: Fix race between putSamples() and setting soundtouch parameters

The various soundtouch set*() functions may cause buffer (re)allocations
which interferes with inputting the audio data.
ext/soundtouch/gstpitch.cc