mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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:
|
||||
* @window: a #GstVaapiWindow
|
||||
* @window: a #GstVaapiWindowGLX
|
||||
*
|
||||
* 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:
|
||||
* @window: a #GstVaapiWindow
|
||||
* @window: a #GstVaapiWindowGLX
|
||||
* @ctx: a GLX context
|
||||
*
|
||||
* Binds GLX context @ctx to @window. If @ctx is non %NULL, the caller
|
||||
|
|
Loading…
Reference in a new issue