mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
[788/906] osx: Fix compilation
This commit is contained in:
parent
c304635ecf
commit
431ce49db3
1 changed files with 2 additions and 2 deletions
|
@ -419,8 +419,8 @@ gst_gl_window_cocoa_quit (GstGLWindow * window)
|
|||
if (GSRegisterCurrentThread() || 1) {
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
[app_thread_performer performSelector:@selector(stopApp) onThread:priv->thread
|
||||
withObject:nil waitUntilDone:YES];
|
||||
AppThreadPerformer* app_thread_performer = [[AppThreadPerformer alloc] initWithAll:window_cocoa callback:NULL userData:NULL];
|
||||
[app_thread_performer performSelector:@selector(stopApp) onThread:priv->thread withObject:nil waitUntilDone:YES];
|
||||
|
||||
[pool release];
|
||||
|
||||
|
|
Loading…
Reference in a new issue