mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
glcolorconvert: order the caps template so that RGBA is first
glcolorconvert ! glcolorconvert would sometimes negotiated RGB (the first list entry) otherwise.
This commit is contained in:
parent
e96f454b30
commit
ff87ffe6e6
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ struct _GstGLColorConvertClass
|
|||
*
|
||||
* The currently supported formats that can be converted
|
||||
*/
|
||||
#define GST_GL_COLOR_CONVERT_FORMATS "{ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, " \
|
||||
#define GST_GL_COLOR_CONVERT_FORMATS "{ RGBA, RGB, RGBx, BGR, BGRx, BGRA, xRGB, " \
|
||||
"xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, " \
|
||||
"Y41B, NV12, NV21, YUY2, UYVY, AYUV, " \
|
||||
"GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }"
|
||||
|
|
Loading…
Reference in a new issue