mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl: a couple spelling/grammar fixes
This commit is contained in:
parent
7a3e141204
commit
467d9267a2
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