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 722215 - window: remove set_need_lock()
window: remove set_need_lock()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-14 23:37 UTC by Matthew Waters (ystreet00)
Modified: 2014-01-16 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window: remove set_need_lock (9.74 KB, patch)
2014-01-14 23:38 UTC, Matthew Waters (ystreet00)
committed Details | Review
window: hold a ref to the display (1.93 KB, patch)
2014-01-14 23:39 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2014-01-14 23:37:52 UTC
No one uses it.
Comment 1 Matthew Waters (ystreet00) 2014-01-14 23:38:34 UTC
Created attachment 266308 [details] [review]
window: remove set_need_lock
Comment 2 Matthew Waters (ystreet00) 2014-01-14 23:39:31 UTC
Created attachment 266310 [details] [review]
window: hold a ref to the display
Comment 3 Sebastian Dröge (slomo) 2014-01-16 14:55:32 UTC
commit 3c99f924ab41b1704f492b5890e7dd887f3a6d57
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Tue Nov 26 09:32:32 2013 +1100

    window: hold a ref to our GstGLDisplay

commit 85a200e48fa9d52115fddd2d97ff22eb450ebace
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Mon Nov 25 20:34:06 2013 +1100

    window: remove set_need_lock
    
    No-one is using it.  The only code that did was the x11 one which
    doesn't need it anymore.