mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Fix typos.
This commit is contained in:
parent
9b66ed1233
commit
504dc9bf98
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@ gst_vaapi_window_glx_new_with_xid(GstVaapiDisplay *display, Window xid)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_vaapi_window_glx_get_context:
|
* gst_vaapi_window_glx_get_context:
|
||||||
* @window: a #GstVaapiWindow
|
* @window: a #GstVaapiWindowGLX
|
||||||
*
|
*
|
||||||
* Returns the #GLXContext bound to the @window.
|
* Returns the #GLXContext bound to the @window.
|
||||||
*
|
*
|
||||||
|
@ -474,7 +474,7 @@ gst_vaapi_window_glx_get_context(GstVaapiWindowGLX *window)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_vaapi_window_glx_set_context:
|
* gst_vaapi_window_glx_set_context:
|
||||||
* @window: a #GstVaapiWindow
|
* @window: a #GstVaapiWindowGLX
|
||||||
* @ctx: a GLX context
|
* @ctx: a GLX context
|
||||||
*
|
*
|
||||||
* Binds GLX context @ctx to @window. If @ctx is non %NULL, the caller
|
* Binds GLX context @ctx to @window. If @ctx is non %NULL, the caller
|
||||||
|
|
Loading…
Reference in a new issue