From ce1369a7e569403e5af5e254cff03d05abe4b0b6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 24 May 2011 00:12:26 +0300 Subject: [PATCH] docs: add missing parameter docs --- gst-libs/gst/video/video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index c048c4fa73..4b64cfc8f5 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -1255,9 +1255,10 @@ gst_video_format_has_alpha (GstVideoFormat format) /** * gst_video_format_get_component_depth: * @format: a #GstVideoFormat + * @component: the video component (e.g. 0 for 'R' in RGB) * * Returns the number of bits used to encode an individual pixel of - * a given component. Typically this is 8, although higher and lower + * a given @component. Typically this is 8, although higher and lower * values are possible for some formats. * * Since: 0.10.33