audio-resampler: remove mirror function
authorWim Taymans <wtaymans@redhat.com>
Fri, 15 Jan 2016 09:26:02 +0000 (10:26 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:50 +0000 (13:25 +0200)
commit23531bdc93bbcaec774d989ac4496c2a829ca292
tree24a3b19118b509ea78110b5be6a7c346e3af2299
parent6f685410b12133678fb840ba7aec602ec09fe839
audio-resampler: remove mirror function

We don't need to mirror the input, just assume 0 samples.
Always move the processed samples to the start of the buffer.
Add some G_LIKELY
gst-libs/gst/audio/audio-resampler.c