gl/context: disable timer queries for ARM Mali-G52
authorMatthew Waters <matthew@centricular.com>
Mon, 9 May 2022 06:21:55 +0000 (16:21 +1000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 12 May 2022 00:22:21 +0000 (00:22 +0000)
commita1f30f5b9b54f460aa1472334f03d543c843b6ae
tree161543e93045df65f2aace621d6baca7c02f50b8
parent4c97ffeafbccb124682552b1185a234416e82a13
gl/context: disable timer queries for ARM Mali-G52

Performing a timer query with a default framebuffer that is incomplete
(from using a surfaceless context) will produce GL errors.  Disable the
timer query on this platform to avoid the errors.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2396>
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglcontext.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglcontext_private.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglcontextquirks.c [new file with mode: 0644]
subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build