cvlaplace: Avoid extra copy of the output image
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 2 Dec 2016 02:45:53 +0000 (21:45 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 2 Dec 2016 02:56:10 +0000 (21:56 -0500)
commitff6ed239b4a5159f9309fc2ff25d1ca6797e936c
treeae31c51e1f6ed87b96a7220be27b21ecb2ca9da6
parent50e0165ea89a7292977edbc651c05947d2afa23e
cvlaplace: Avoid extra copy of the output image

Simply produce the result into the output image provided by the base
class. This avoid useless copy. This also removes unchecked buffer map
and ensure that GstVideoMeta is respected (for stride mostly).

https://bugzilla.gnome.org/show_bug.cgi?id=775377
ext/opencv/gstcvlaplace.cpp
ext/opencv/gstcvlaplace.h