a/gstreamer: Trim includes in header

This commit is contained in:
Ryan Pavlik 2023-09-25 15:06:32 -05:00
parent 7cc46cd07d
commit e1bb2221cc
3 changed files with 4 additions and 2 deletions

View file

@ -11,8 +11,7 @@
#include "xrt/xrt_frame.h"
#include <gst/app/gstappsink.h>
#include <gst/app/gstappsrc.h>
typedef struct _GstElement GstElement;
#ifdef __cplusplus

View file

@ -14,6 +14,7 @@
#include "gstreamer/gst_internal.h"
#include "gstreamer/gst_pipeline.h"
#include "gst/gst.h"
/*
*

View file

@ -19,6 +19,8 @@
#include "gstreamer/gst_internal.h"
#include "gst/video/video-format.h"
#include "gst/video/gstvideometa.h"
#include "gst/app/gstappsink.h"
#include "gst/app/gstappsrc.h"
#include <assert.h>