GNOME Bugzilla – Bug 787697
gl: Accessing iOS UI elements on background threads
Last modified: 2018-05-06 13:05:55 UTC
Created attachment 359821 [details] Output from Xcode 9.0 GM With Xcode 9.0 GM when a debugger is attached you warnings for accesses to UI elements that don't take place on the main thread. The GStreamer iOS-Univeral 1.12.2 package is doing this very frequently. This results in frequent crashes because reading/updating active UI elements when not on the main thread is unsafe in iOS.
I am pretty sure I have a fix for this and will hopefully have a patch today.
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 785766 ***