GNOME Bugzilla – Bug 747392
memory: add check for memory writability in resize()
Last modified: 2015-04-06 12:55:22 UTC
gst_memory_resize() should be checked for writable object before modification
Created attachment 300998 [details] [review] memory: added check for writablity in resize Check for writable object is added in the gst_memory_resize(). Please review the patch.
Thanks, pushed: commit 6a8f65936b87c240d31ad9664a45f7ef9fe882b3 Author: Prashant Gotarne <ps.gotarne@samsung.com> Date: Mon Apr 6 10:18:15 2015 +0530 memory: add check for writablity in resize Add guard to gst_memory_resize() to make sure the memory to be resized is actually writable. https://bugzilla.gnome.org/show_bug.cgi?id=747392