audio-resampler: improve tap calculation
authorWim Taymans <wtaymans@redhat.com>
Thu, 4 Feb 2016 14:19:53 +0000 (15:19 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:51 +0000 (13:25 +0200)
commit13e5b986cd09fe81b7cd827cfb3af52f210c77cc
tree9f9d22b39e2962f229282489d94c2bfd2838cd14
parent6397db74cd1904ea689415b5322996e144c5e0af
audio-resampler: improve tap calculation

Return the taps from make_taps, this makes it possible to not actually
have to cache the taps when we want to.
Fix overflow in phase calculation.
gst-libs/gst/audio/audio-resampler.c