gl: a couple spelling/grammar fixes

This commit is contained in:
Vincent Penquerc'h 2014-04-21 09:51:19 +01:00
parent 7a3e141204
commit 467d9267a2

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