mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
kmssink: Add Raspberry Pi (vc4) support
This commit is contained in:
parent
d6784c238b
commit
72eebe7f53
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ kms_open (gchar ** driver)
|
|||
{
|
||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
|
||||
"xilinx_drm",
|
||||
"xilinx_drm", "vc4",
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue