GNOME Bugzilla – Bug 726069
frei0rfilter: memory corruption when the size of the incoming buffers change
Last modified: 2014-03-11 16:20:19 UTC
The following patch fixes an issue that can't be reproduced with gst-launch, as the width or height of the input caps for a frei0rfilter have to be changed during playback. The patch itself is quite self-explanatory.
Created attachment 271482 [details] [review] fixes the reported issue
Review of attachment 271482 [details] [review]: Looks good.
Thanks, pushed commit 09989e7c71bb10977a94e5279980d8d2e1512514 Author: Mathieu Duponchelle <mduponchelle1@gmail.com> Date: Mon Mar 10 22:48:04 2014 +0100 frei0rfilter: fix memory corruption on sink caps changes. When the input size changed, the frei0r filters didn't take it into account and ended up corrupting memory. Fixes #726069