[Bug 765241] glimagesink: need to clean window_id when state change form READY to NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 19 06:29:39 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 9b0b7d8eca418e84ae44eb1629a70f915342205e
Author: Haihua Hu <jared.hu at nxp.com>
Date:   Tue Apr 19 10:51:14 2016 +0800

    glimagesink: need to clean window_id when state change form READY to NULL

    When application change pipeline state NULL->READY and then READY->NULL,
    glimagesink will not clear glsink->window_id. After that, when application
    change state NULL->READY, the new_window_id is equal to window_id,
glimagesink
    will not set window handle. It will use the internal window but not the
window
    create by application.

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

-- 
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