From: Wim Taymans Date: Wed, 31 Aug 2011 11:32:21 +0000 (+0200) Subject: video: improve docs a little X-Git-Tag: 1.19.3~511^2~7309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f2aa4ac32054ce4bbf64d8f3e841e76f3b893fc;p=platform%2Fupstream%2Fgstreamer.git video: improve docs a little --- diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 2db60c7..30c0afb 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -207,9 +207,10 @@ typedef void (*GstVideoFormatPack) (GstVideoFormatInfo *info, const gp * @format: #GstVideoFormat * @name: string representation of the format * @flags: #GstVideoFormatFlags - * @bits: The number of bits used to pack data items. This can be 8 when the - * pixels are stored in bytes. for values > 8 multiple bytes should be read - * according to the endianness flag before applying the shift and mask. + * @bits: The number of bits used to pack data items. This can be less than 8 + * when multiple pixels are stored in a byte. for values > 8 multiple bytes + * should be read according to the endianness flag before applying the shift + * and mask. * @n_components: the number of components in the video format. * @shift: the number of bits to shift away to get the component data * @depth: the depth in bits for each component