mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl: a couple spelling/grammar fixes
This commit is contained in:
parent
d6a87fb0c3
commit
f230f758e7
1 changed files with 2 additions and 2 deletions
|
@ -1212,8 +1212,8 @@ gst_glimage_sink_redisplay (GstGLImageSink * gl_sink)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Drawing is asynchrone: gst_gl_window_draw is not blocking
|
/* Drawing is asynchronous: gst_gl_window_draw is not blocking
|
||||||
* It means that it does not wait for stuff being executed in other threads
|
* 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_gl_window_draw (window, GST_VIDEO_SINK_WIDTH (gl_sink),
|
||||||
GST_VIDEO_SINK_HEIGHT (gl_sink));
|
GST_VIDEO_SINK_HEIGHT (gl_sink));
|
||||||
|
|
Loading…
Reference in a new issue