[gstreamer-bugs] [Bug 599885] [gtk examples] unstable behaviour with recent gtk (post csw merge)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 4 08:19:54 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599885
  GStreamer | gst-plugins-gl | git

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.isorce at gmail.com

--- Comment #6 from Julien Isorce <julien.isorce at gmail.com> 2009-11-04 16:19:51 UTC ---
Actually, I was doing something else and it was finally a good test about this
bug.
On win32, in the "realize" callback of a GtkDrawinArea,
GDK_WINDOW_HWND(area->window) return the native handle of the parent (here the
main window)
Calling gdk_window_ensure_native(area->window) just before it, causes
GDK_WINDOW_HWND(area->window) to return the correct native handle of the
drawing area.
Sothe "realize" callback is not the correct place to avoid the call of
gdk_window_ensure_native (and I do not know if it's really possible to avoid it
in our case, and on win32)

(gtk v2.18.3-1)

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