Skip to content

video: add support for RGBP and BGRP formats

Haihao Xiang requested to merge haihao/gst-plugins-base:fmt-rgbp-bgrp into master

The two RGB planar formats are used in OpenVino [1]

  • gst-launch-1.0 videotestsrc ! video/x-raw,format=BGRP ! fakesink
  • gst-launch-1.0 videotestsrc ! video/x-raw,format=RGBP ! fakesink

[1] https://docs.openvinotoolkit.org/latest/openvino_docs_optimization_guide_dldt_optimization_guide.html

Edited by Haihao Xiang

Merge request reports