From: Víctor Manuel Jáquez Leal Date: Thu, 26 May 2016 09:42:32 +0000 (+0200) Subject: gstvaapisurface_drm: fix internal documentation X-Git-Tag: 1.19.3~503^2~1368 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=765a53d4c27865aafa73ecbe17b654a938980413;p=platform%2Fupstream%2Fgstreamer.git gstvaapisurface_drm: fix internal documentation --- diff --git a/gst-libs/gst/vaapi/gstvaapisurface_drm.c b/gst-libs/gst/vaapi/gstvaapisurface_drm.c index f4364a3..121b708 100644 --- a/gst-libs/gst/vaapi/gstvaapisurface_drm.c +++ b/gst-libs/gst/vaapi/gstvaapisurface_drm.c @@ -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,