After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719758 - glimagesink: videooverlay example fails on OSX
glimagesink: videooverlay example fails on OSX
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Mac OS
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-03 10:12 UTC by Julien Isorce
Modified: 2013-12-04 10:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cocoa: allow to call set_window_handle before to create glcontext (2.91 KB, patch)
2013-12-03 10:12 UTC, Julien Isorce
committed Details | Review

Description Julien Isorce 2013-12-03 10:12:53 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.
Comment 1 Julien Isorce 2013-12-04 10:00:41 UTC
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