Skip to content

video-frame: add full range enum in GstVideoFrameFlags

Haihua Hu requested to merge JaredHu/gst-plugins-base:fullrangeflags into master

Add full range enum in GstVideoFrameFlags GstVideoMeta will carriy this flags to indicate this video buffer is in full color range, if the flags is not set, then the video buffer is in limited color range

Merge request reports