cocoa: fix a recently introduced typo
authorJosep Torra <jtorra@oblong.com>
Sat, 20 May 2017 10:19:08 +0000 (12:19 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:28 +0000 (19:32 +0000)
Fixes gstgldisplay_cocoa.m:175:26: error: use of undeclared identifier 'singletone'.

gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.m

index 9515629..d76b766 100644 (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);