Skip to content

cocoa: fix rendering artifacts in retina displays

Andoni Morales Alastruey requested to merge ylatuya/gstreamer:fix-3942 into main

Set the correct contentsScale in the CALayer instead of using the default (1.0) which causes rendering artefacts in retina displays due to using a smaller bitamp than the display size.

See: https://developer.apple.com/documentation/quartzcore/calayer/1410746-contentsscale?language=objc

Fix: #3942 (closed)

Edited by Andoni Morales Alastruey

Merge request reports

Loading