Since 1.16Provide a new line of data to the parser. Call gst_video_vbi_parser_get_ancillary()
to get the Ancillary data that might be present on that line.
The line of data to parse
Frees the parser.
Parse the line provided previously by gst_video_vbi_parser_add_line().
GstVideo.VideoVBIParserResult.OK if ancillary data was found and anc was filled. GstVideo.VideoVBIParserResult.DONE if there wasn't any data.
Staticnew
A parser for detecting and extracting
GstVideoAncillarydata from Vertical Blanking Interval lines of component signals.Since
1.16