[gnome-network-displays] video-codec: Update list of known resolutions
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-network-displays] video-codec: Update list of known resolutions
- Date: Mon, 28 Sep 2020 12:12:31 +0000 (UTC)
commit 4b9a4ed5994ac5a7417389c0d00c67e3a5c1bb93
Author: Benjamin Berg <bberg redhat com>
Date: Mon Sep 28 14:10:41 2020 +0200
video-codec: Update list of known resolutions
src/wfd/wfd-video-codec.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/src/wfd/wfd-video-codec.c b/src/wfd/wfd-video-codec.c
index 61da377..fdde4c9 100644
--- a/src/wfd/wfd-video-codec.c
+++ b/src/wfd/wfd-video-codec.c
@@ -21,6 +21,16 @@ static const WfdResolution cea_resolutions[] = {
{1920, 1080, 50, TRUE},
{1280, 720, 24, FALSE},
{1920, 1080, 25, FALSE},
+ {3840, 2160, 24, FALSE},
+ {3840, 2160, 25, FALSE},
+ {3840, 2160, 30, FALSE},
+ {3840, 2160, 50, FALSE},
+ {3840, 2160, 60, FALSE},
+ {4096, 2160, 24, FALSE},
+ {4096, 2160, 25, FALSE},
+ {4096, 2160, 30, FALSE},
+ {4096, 2160, 50, FALSE},
+ {4096 ,2160, 60, FALSE},
};
static const WfdResolution vesa_resolutions[] = {
@@ -53,6 +63,10 @@ static const WfdResolution vesa_resolutions[] = {
{1680, 1050, 30, FALSE},
{1680, 1050, 60, FALSE},
{1920, 1200, 30, FALSE},
+ {2560, 1440, 30, FALSE},
+ {2560, 1440, 60, FALSE},
+ {2560, 1600, 30, FALSE},
+ {2560, 1600, 60, FALSE},
};
static const WfdResolution hh_resolutions[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]