From: He Junyan Date: Fri, 1 Mar 2019 04:33:26 +0000 (+0800) Subject: libs: Fix a typo in comments. X-Git-Tag: 1.19.3~503^2~565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a90bf00906ef6663ac0d3701c19043c72835f824;p=platform%2Fupstream%2Fgstreamer.git libs: Fix a typo in comments. Fix a typo in function description of gst_vaapi_surface_pool_new_with_chroma_type. Signed-off-by: He Junyan --- diff --git a/gst-libs/gst/vaapi/gstvaapisurfacepool.c b/gst-libs/gst/vaapi/gstvaapisurfacepool.c index 661ae18..4152fbf 100644 --- a/gst-libs/gst/vaapi/gstvaapisurfacepool.c +++ b/gst-libs/gst/vaapi/gstvaapisurfacepool.c @@ -177,7 +177,7 @@ error: * @height: the desired height, in pixels * * Creates a new #GstVaapiVideoPool of #GstVaapiSurface with the specified - * chroam type and dimensions. The underlying format of the surfaces is + * chroma type and dimensions. The underlying format of the surfaces is * implementation (driver) defined. * * Return value: the newly allocated #GstVaapiVideoPool