video-anc: Fix documentation about SDID_block_number field

It was giving type 2 for both variants.
This commit is contained in:
Sebastian Dröge 2018-11-07 14:20:19 +02:00 committed by Nicolas Dufresne
parent eac38b47d4
commit ca702a9190

View file

@ -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.