From ca702a91903e860898c0ea9914d53f007500a6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Nov 2018 14:20:19 +0200 Subject: [PATCH] video-anc: Fix documentation about SDID_block_number field It was giving type 2 for both variants. --- gst-libs/gst/video/video-anc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-anc.h b/gst-libs/gst/video/video-anc.h index 8c5df9d451..3c17ba0a4f 100644 --- a/gst-libs/gst/video/video-anc.h +++ b/gst-libs/gst/video/video-anc.h @@ -32,7 +32,7 @@ typedef struct _GstVideoAncillary GstVideoAncillary; * GstVideoAncillary: * @DID: The Data Identifier * @SDID_block_number: The Secondary Data Identifier (if type 2) or the Data - * Block Number (if type 2) + * Block Number (if type 1) * @data_count: The amount of data (in bytes) in @data (max 255 bytes) * @data: (array length=data_count): The user data content of the Ancillary packet. * Does not contain the ADF, DID, SDID nor CS.