[Bug 750337] [REGRESSION] glimagesink on OS X fails to initialize the shader
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 3 06:52:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750337
--- Comment #1 from Julien Isorce <julien.isorce at gmail.com> ---
Ah sorry.
The fix is to remove:
gst_gl_window_cocoa_run
gst_gl_window_cocoa_quit
gst_gl_window_cocoa_send_message_async
_GstGLWindowCocoaPrivate. GMainContext *main_context;
_GstGLWindowCocoaPrivate. GMainLoop *loop;
Replace "g_main_loop_is_running (window_cocoa->priv->loop)" by
gst_gl_window_is_running (window)
Please have a try otherwise I can do it sometimes this week.
--
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