Skip to content

glimagesink: add support for Y210 format

Haihao Xiang requested to merge haihao/gst-plugins-base:glimagesink-y210 into master

Y210 is a 10-bit YUY2, so we may re-use the YUY2 shaders but gl format is set to RG16

Sample pipeline: gst-launch-1.0 videotestsrc ! video/x-raw,format=Y210 ! glimagesink

Merge request reports