cvvideofilter: Don't try to make buffer writable
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sat, 5 Jul 2014 00:31:50 +0000 (20:31 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sat, 5 Jul 2014 01:13:11 +0000 (21:13 -0400)
commit42a83d2c64387150528fae93a781e522f177dc7f
tree111f0cc5a08da1e3f2f748529850c22dded9e42d
parent2acdb2ecf2d05b249e5aa63848e9ee0be51a79c4
cvvideofilter: Don't try to make buffer writable

First this is handle by base transform, hence this is a no-op, and if it wasn't it
would lead to a buffer copy being leaked, and then an unreffed buffer being
pushed downstream.

https://bugzilla.gnome.org/show_bug.cgi?id=732756
ext/opencv/gstopencvvideofilter.c