pleorasrc: add RGBa8 support as RGBx
This commit is contained in:
parent
2588c7b836
commit
5e6a0eea99
@ -734,6 +734,11 @@ GstPleoraCapsInfos gst_caps_infos[] = {
|
|||||||
"video/x-raw, format=(string)RGB",
|
"video/x-raw, format=(string)RGB",
|
||||||
"video/x-raw", "RGB",
|
"video/x-raw", "RGB",
|
||||||
24, 24, 0},
|
24, 24, 0},
|
||||||
|
{
|
||||||
|
PvPixelRGBa8,
|
||||||
|
"video/x-raw, format=(string)RGBx",
|
||||||
|
"video/x-raw", "RGBx",
|
||||||
|
32, 32, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user