mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
a/gstreamer: Trim includes in header
This commit is contained in:
parent
7cc46cd07d
commit
e1bb2221cc
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include "gstreamer/gst_internal.h"
|
||||
#include "gstreamer/gst_pipeline.h"
|
||||
|
||||
#include "gst/gst.h"
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue