cocoa: fix a recently introduced typo

Fixes gstgldisplay_cocoa.m:175:26: error: use of undeclared identifier 'singletone'.
This commit is contained in:
Josep Torra 2017-05-20 12:19:08 +02:00
parent ef5d42b0a7
commit f805608075

View file

@ -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);