examples: initialize NSApp at the beginning
This commit is contained in:
parent
d3b3887c52
commit
74b8117e53
@ -166,6 +166,9 @@ int main(int argc, char **argv)
|
||||
NSRect rect;
|
||||
MainWindow *window=nil;
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
[NSApplication sharedApplication];
|
||||
|
||||
g_print("app created\n");
|
||||
|
||||
gst_init (&argc, &argv);
|
||||
@ -192,9 +195,6 @@ int main(int argc, char **argv)
|
||||
if (!ok)
|
||||
g_warning("could not link videosrc to videosink\n");
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
[NSApplication sharedApplication];
|
||||
|
||||
rect.origin.x = 0; rect.origin.y = 0;
|
||||
rect.size.width = width; rect.size.height = height;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user