GNOME Bugzilla – Bug 719758
glimagesink: videooverlay example fails on OSX
Last modified: 2013-12-04 10:06:45 UTC
Created attachment 263384 [details] [review] cocoa: allow to call set_window_handle before to create glcontext Regression of cocoa/videooverlay example. It shows a white image. It fails because set_window_handle is called before to create glcontext. Which was never the case in 0.10. So the following patch handles this case and actually allow to call set_window_handle at any time.
commit 91a55f6c242867fc73e95a9f5f893235286e855c Author: Julien Isorce <julien.isorce@gmail.com> Date: Sat Nov 30 16:38:13 2013 +0000 cocoa: allow to call set_window_handle before to create glcontext So that it actually make cocoa videooverlay example work again. Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=719758