[Bug 732756] faceblur: Render black when input is GLMemory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 4 18:21:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732756
  GStreamer | gst-plugins-bad | 1.3.90

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.91

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-07-05 01:21:26 UTC ---
commit 34e23c2e2168a8b4fd84eba2fd2d8900aaf368da
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Fri Jul 4 20:33:41 2014 -0400

    faceblur: Port to OpencvVideoFilter base class

    This fixes issue whit black frames when special memory, like GlMemory is
    in used.

    https://bugzilla.gnome.org/show_bug.cgi?id=732756

commit 42a83d2c64387150528fae93a781e522f177dc7f
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Fri Jul 4 20:31:50 2014 -0400

    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

commit 2acdb2ecf2d05b249e5aa63848e9ee0be51a79c4
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Fri Jul 4 20:30:20 2014 -0400

    cvvideofilter: Check buffer_map return value

    Check the resturn value and cleanly fail if we could not mapped the
buffers.

    https://bugzilla.gnome.org/show_bug.cgi?id=732756

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list