Skip to content

GstValidate: Record GstRegionOfInterestMeta

Vivek R requested to merge 123vivekr/gst-devtools:validate_flow into master

Record the GstRegionOfInterestMeta to the expectation file.

Example of expectation file:

buffer: pts=0:00:00.033333333, dur=0:00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=139, y=139, width=50, height=50]
buffer: pts=0:00:00.066666666, dur=0:00:00.033333334, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=144, y=144, width=49, height=49]
buffer: pts=0:00:00.100000000, dur=0:00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=148, y=148, width=50, height=50]
buffer: pts=0:00:00.133333333, dur=0:00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=153, y=153, width=49, height=49]
Edited by Vivek R

Merge request reports