Fix typos.

This commit is contained in:
gb 2010-03-29 09:09:30 +00:00
parent 9b66ed1233
commit 504dc9bf98

View file

@ -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