gl: a couple spelling/grammar fixes
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 21 Apr 2014 08:51:19 +0000 (09:51 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 21 Apr 2014 12:23:46 +0000 (13:23 +0100)
ext/gl/gstglimagesink.c

index 2d0ed97..5d02049 100644 (file)
@@ -1212,8 +1212,8 @@ gst_glimage_sink_redisplay (GstGLImageSink * gl_sink)
     }
 #endif
 
-    /* Drawing is asynchrone: gst_gl_window_draw is not blocking
-     * It means that it does not wait for stuff being executed in other threads
+    /* Drawing is asynchronous: gst_gl_window_draw is not blocking
+     * It means that it does not wait for stuff to be executed in other threads
      */
     gst_gl_window_draw (window, GST_VIDEO_SINK_WIDTH (gl_sink),
         GST_VIDEO_SINK_HEIGHT (gl_sink));