mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
eglglessink: Add RGBA to the caps again
This commit is contained in:
parent
ae3313df2c
commit
d5f15cf3a2
1 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,8 @@ gst_eglglessink_fill_supported_fbuffer_configs (GstEglGlesSink * eglglessink)
|
|||
|
||||
if (eglChooseConfig (gst_egl_display_get (eglglessink->eglglesctx.display),
|
||||
eglglessink_RGBA8888_attribs, NULL, 1, &cfg_number) != EGL_FALSE) {
|
||||
gst_caps_append (caps,
|
||||
_gst_video_format_new_template_caps (GST_VIDEO_FORMAT_RGBA));
|
||||
gst_caps_append (caps,
|
||||
_gst_video_format_new_template_caps (GST_VIDEO_FORMAT_BGRA));
|
||||
gst_caps_append (caps,
|
||||
|
|
Loading…
Reference in a new issue