The open source OpenXR runtime
0
fork

Configure Feed

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

d/vf: Add trace marker

authored by

Moses Turner and committed by
Jakob Bornecrantz
b2ef01af 13f2b3b7

+2
+2
src/xrt/drivers/vf/vf_driver.c
··· 12 12 #include "os/os_time.h" 13 13 #include "os/os_threading.h" 14 14 15 + #include "util/u_trace_marker.h" 15 16 #include "util/u_var.h" 16 17 #include "util/u_misc.h" 17 18 #include "util/u_debug.h" ··· 226 227 static GstFlowReturn 227 228 on_new_sample_from_sink(GstElement *elt, struct vf_fs *vid) 228 229 { 230 + SINK_TRACE_MARKER(); 229 231 GstSample *sample; 230 232 sample = gst_app_sink_pull_sample(GST_APP_SINK(elt)); 231 233