mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
cocoa: fix a recently introduced typo
Fixes gstgldisplay_cocoa.m:175:26: error: use of undeclared identifier 'singletone'.
This commit is contained in:
parent
ef5d42b0a7
commit
f805608075
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ gst_gl_display_cocoa_setup_nsapp (gpointer data)
|
|||
} else {
|
||||
GST_DEBUG ("Create display");
|
||||
singleton = g_object_new (GST_TYPE_GL_DISPLAY_COCOA, NULL);
|
||||
gst_object_ref_sink (singletone);
|
||||
gst_object_ref_sink (singleton);
|
||||
}
|
||||
|
||||
g_mutex_unlock (&nsapp_lock);
|
||||
|
|
Loading…
Reference in a new issue