gstreamer/sys/kms
Javier Martinez Canillas 34c88dca2d kmssink: fallback to universal planes if no overlay plane is found
Without setting the DRM_CLIENT_CAP_UNIVERSAL_PLANES capability bit, only
overlay planes are made available for compatibility with legacy clients.

But if a CRTC doesn't have an overlay plane associated, then kmssink is
not able to find a plane for the CRTC and the pipeline will fail, i.e:

ERROR                kmssink gstkmssink.c:482:gst_kms_sink_start:<kmssink0> Could not find a plane for crtc

If no overlay planes were found for a given CRTC, fallback to universal
planes so DRM will also return primary planes that can be used instead.

https://bugzilla.gnome.org/show_bug.cgi?id=768183

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
2016-06-30 11:54:37 +02:00
..
gstkmsallocator.c kmssink: add dmabuf support 2016-04-11 19:57:48 +02:00
gstkmsallocator.h kmssink: add dmabuf support 2016-04-11 19:57:48 +02:00
gstkmsbufferpool.c kmsbufferpool: error only if no allocator 2016-05-23 22:06:29 +02:00
gstkmsbufferpool.h kmssink: add plugin and sink element 2016-04-11 19:57:48 +02:00
gstkmssink.c kmssink: fallback to universal planes if no overlay plane is found 2016-06-30 11:54:37 +02:00
gstkmssink.h kmssink: add sync support for secondary pipes 2016-04-19 11:10:49 +02:00
gstkmsutils.c kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formats 2016-04-11 19:57:48 +02:00
gstkmsutils.h kmssink: calculate display ratio 2016-04-11 19:57:48 +02:00
Makefile.am kmssink: add dmabuf support 2016-04-11 19:57:48 +02:00