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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 3 01:49:33 PST 2009


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2009-11-03 09:49:31 UTC ---
Note that beginning with GTK 2.17.X, GDK_WINDOW_XWINDOW() calls
gdk_x11_drawable_get_xid(), which will ensure that the window is native
already. Only problem is, if that macro is called from anothere thread, e.g.
from the bus sync handler.

So we should just make sure to not call it from there ;)

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