From 467d9267a2c0649f6a313a35d4586ecbc7f61204 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 21 Apr 2014 09:51:19 +0100 Subject: [PATCH] gl: a couple spelling/grammar fixes --- ext/gl/gstglimagesink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c index 2d0ed972a1..5d02049479 100644 --- a/ext/gl/gstglimagesink.c +++ b/ext/gl/gstglimagesink.c @@ -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));