audio-converter: In passthrough, also don't copy if in and out block are the same
authorSebastian Dröge <sebastian@centricular.com>
Wed, 30 Nov 2016 08:43:50 +0000 (10:43 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 30 Nov 2016 08:43:50 +0000 (10:43 +0200)
commit71e819ae7dafb0077179ae7fa7a014c464811687
treee3b4a9d92d0de2adfaa479b7ae124a3b84fb61d6
parent1631a3864024a4a8b137b24906e2d76b94f2f47d
audio-converter: In passthrough, also don't copy if in and out block are the same

In and out array are usually different, they are stack allocated arrays.
However the blocks inside them still can be the same.

https://bugzilla.gnome.org/show_bug.cgi?id=775369
gst-libs/gst/audio/audio-converter.c