After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775378 - opencv: facedetect/motioncells has spurious make_writable calls
opencv: facedetect/motioncells has spurious make_writable calls
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-30 03:09 UTC by Nicolas Dufresne (ndufresne)
Modified: 2016-12-02 02:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
opencv: Remove uneeded buffer writability check (2.04 KB, patch)
2016-12-02 02:15 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2016-11-30 03:09:14 UTC
The BaseTransform base class ensure that output buffer is always writable unless passthrough. Those element seems to call make_writable for no reason.
Comment 1 Nicolas Dufresne (ndufresne) 2016-12-02 02:15:11 UTC
Created attachment 341192 [details] [review]
opencv: Remove uneeded buffer writability check

When set to in_place, the BaseTransform class will guaranty that buffers
passed to transform_ip() function are writable.
Comment 2 Nicolas Dufresne (ndufresne) 2016-12-02 02:15:46 UTC
Attachment 341192 [details] pushed as 831735f - opencv: Remove uneeded buffer writability check