macOS gst-plugins-base/gl/cocoa: UI API called on a background thread: -[NSView remov...
authorRoman Shpuntov <roman.shpuntov@gmail.com>
Wed, 20 Mar 2019 11:44:12 +0000 (18:44 +0700)
committerRoman Shpuntov <roman.shpuntov@gmail.com>
Wed, 20 Mar 2019 11:44:12 +0000 (18:44 +0700)
commit31cb8500ee410b723620eb4edc5301b1c96c4292
treef67fb1c70c273ddd5d77f5895fa722f3bd50135c
parent6a99ad2c026c11028b5342b5d949b4565e989240
macOS gst-plugins-base/gl/cocoa: UI API called on a background thread: -[NSView removeFromSuperview]
The problem inside gstglwindow_cocoa.m, all UI operations must be called from main UI thread.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/568
Fixes #568
gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m