summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-06-11 08:32:05 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-06-17 14:56:18 +0000
commit4b2f7a188d2fd4353585e00de35a943c5394601a (patch)
tree48f8b549664f39fa71fc3752626ac40658253c6f /RELEASE
parent72c4a161c09eef669b8f493790a4c991b6c46e8e (diff)
libs: wayland: display: only handle the first output
Right now, all outputs are handled. The means that the registry object for all but the last are leaked. As a result the sizes are not used correctly. With two outputs, at first the mode and physical size of the second output are used. If the first output changes the mode, then the physical size of the second output is used in combination with the resolution of the first output. The resulting pixel aspect ratio is incorrect. There seems to be no way to determine on which output the window is shown, so just use the first one to get consistent results. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/341>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions