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 778297 - gl/window: X11 also need attach the GMaincontext in window struct to GSource
gl/window: X11 also need attach the GMaincontext in window struct to GSource
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.10.3
Other Linux
: Normal normal
: 1.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-07 16:48 UTC by Haihua Hu
Modified: 2017-02-09 02:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gl/window: attach the GMaincontext in window struct to GSource for X11 window (1013 bytes, patch)
2017-02-07 16:50 UTC, Haihua Hu
committed Details | Review

Description Haihua Hu 2017-02-07 16:48:32 UTC
the g_source_attach()'s not finding the thread default main context anymore. Please refer to https://bugzilla.gnome.org/show_bug.cgi?id=775970
Comment 1 Haihua Hu 2017-02-07 16:50:05 UTC
Created attachment 345125 [details] [review]
gl/window: attach the GMaincontext in window struct to GSource for X11 window
Comment 2 Matthew Waters (ystreet00) 2017-02-09 02:22:48 UTC
Thanks!

commit 136379a2842033828de659a440cda41574f7366d
Author: Haihua Hu <jared.hu@nxp.com>
Date:   Wed Feb 8 00:45:32 2017 +0800

    gl/window: attach the GMaincontext in window struct to GSource for X11 window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778297