The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/gui: Support BC4 recording

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2457>

authored by

Beyley Cardellio and committed by
Marge Bot
2ee54438 b2836371

+4
+4
src/xrt/state_trackers/gui/gui_window_record.c
··· 123 123 format = XRT_FORMAT_R8G8B8; 124 124 do_convert = true; 125 125 } 126 + if (format == XRT_FORMAT_BC4) { 127 + format = XRT_FORMAT_L8; 128 + do_convert = true; 129 + } 126 130 127 131 struct gstreamer_sink *gs = NULL; 128 132 gstreamer_sink_create_with_pipeline(gp, width, height, format, source_name, &gs, &tmp);