[Bug 775970] glimagesink: hang? on windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 15 13:16:26 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775970

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.10.3

--- Comment #4 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
This is most likely caused by 782e7af4a6935ebf31555048c3050612ab771944 and the
g_source_attach()'s not finding the thread default main context anymore.

This should fix your issue.  Let me know if it doesn't by reopening this bug.

commit f58eb9844051479062f9c4dcb69da46d001625da
Author: Matthew Waters <matthew at centricular.com>
Date:   Thu Dec 15 00:59:45 2016 +1100

    gl/window: remove use of main_context_push/pop_thread_default()

    No-one's using/depending on it (it would have criticalled and not worked)
    and it's causing more problems than it's solving.  Store the GMainContext
    in the public struct instead for subclasses to optionally use instead of
    relying on the push/pop state to be correct.

    https://bugzilla.gnome.org/show_bug.cgi?id=775970

and 1.10 3aaf645c7d16a01b49325367ab8403a73c4d624c

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