mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
video-anc: Fix documentation about SDID_block_number field
It was giving type 2 for both variants.
This commit is contained in:
parent
eac38b47d4
commit
ca702a9190
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue