mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
d/vf: Add trace marker
This commit is contained in:
parent
13f2b3b7c4
commit
b2ef01af10
|
@ -12,6 +12,7 @@
|
|||
#include "os/os_time.h"
|
||||
#include "os/os_threading.h"
|
||||
|
||||
#include "util/u_trace_marker.h"
|
||||
#include "util/u_var.h"
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_debug.h"
|
||||
|
@ -226,6 +227,7 @@ vf_fs_frame(struct vf_fs *vid, GstSample *sample)
|
|||
static GstFlowReturn
|
||||
on_new_sample_from_sink(GstElement *elt, struct vf_fs *vid)
|
||||
{
|
||||
SINK_TRACE_MARKER();
|
||||
GstSample *sample;
|
||||
sample = gst_app_sink_pull_sample(GST_APP_SINK(elt));
|
||||
|
||||
|
|
Loading…
Reference in a new issue