gstvaapisurface_drm: fix internal documentation
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 26 May 2016 09:42:32 +0000 (11:42 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 26 May 2016 09:44:18 +0000 (11:44 +0200)
gst-libs/gst/vaapi/gstvaapisurface_drm.c

index f4364a3..121b708 100644 (file)
@@ -159,7 +159,7 @@ gst_vaapi_surface_new_with_dma_buf_handle (GstVaapiDisplay * display,
 }
 
 /**
- * gst_vaapi_surface_new_with_dma_buf_handle:
+ * gst_vaapi_surface_new_with_gem_buf_handle:
  * @display: a #GstVaapiDisplay
  * @name: the DRM GEM buffer name
  * @size: the underlying DRM buffer size
@@ -174,7 +174,7 @@ gst_vaapi_surface_new_with_dma_buf_handle (GstVaapiDisplay * display,
  * handle.
  *
  * Return value: the newly allocated #GstVaapiSurface object, or %NULL
- *   if creation from DRM PRIME fd failed, or is not supported
+ *   if creation from GEM @name failed, or is not supported
  */
 GstVaapiSurface *
 gst_vaapi_surface_new_with_gem_buf_handle (GstVaapiDisplay * display,