diff --git a/sys/pleora/gstpleorasrc.cpp b/sys/pleora/gstpleorasrc.cpp index a8a75e4..79e0fec 100644 --- a/sys/pleora/gstpleorasrc.cpp +++ b/sys/pleora/gstpleorasrc.cpp @@ -734,6 +734,11 @@ GstPleoraCapsInfos gst_caps_infos[] = { "video/x-raw, format=(string)RGB", "video/x-raw", "RGB", 24, 24, 0}, + { + PvPixelRGBa8, + "video/x-raw, format=(string)RGBx", + "video/x-raw", "RGBx", + 32, 32, 0}, }; /**