From: Tim-Philipp Müller Date: Thu, 29 Nov 2018 20:51:18 +0000 (+0000) Subject: video: fix typo in GstVideoCaptionType docs X-Git-Tag: 1.19.3~511^2~1354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=179409e9b3f5ed35b9fb7120de129de8dbe3a436;p=platform%2Fupstream%2Fgstreamer.git video: fix typo in GstVideoCaptionType docs --- diff --git a/gst-libs/gst/video/video-anc.h b/gst-libs/gst/video/video-anc.h index a214a31..2c48265 100644 --- a/gst-libs/gst/video/video-anc.h +++ b/gst-libs/gst/video/video-anc.h @@ -109,7 +109,7 @@ typedef enum { * @GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW: CEA-608 as cc_data byte triplets. * The first byte of each triplet shall specify the field as in CEA-708 * (i.e: 0xFC for the first field or 0xFD for the second field.). The 2nd - * and 3rd byte of each triplet at the cc1 and cc2 bytes. Use this if + * and 3rd byte of each triplet are the cc1 and cc2 bytes. Use this if * there is *only* CEA-608 caption. If there is also CEA-708 caption, * use @GST_VIDEO_CAPTION_TYPE_CEA708_RAW. * @GST_VIDEO_CAPTION_TYPE_CEA708_RAW: CEA-708 as cc_data byte triplets. They