mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
kmssink: Add xilinx_drm to the list of drivers
This prevent having to set the driver-name explicitly when running on Zynq UltraScale+ boards. https://bugzilla.gnome.org/show_bug.cgi?id=783188
This commit is contained in:
parent
f28ab7ce60
commit
d373c4478b
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ static int
|
|||
kms_open (gchar ** driver)
|
||||
{
|
||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm"
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
|
||||
"xilinx_drm",
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue