tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
a/gstreamer: Trim includes in header
Ryan Pavlik
2 years ago
e1bb2221
7cc46cd0
+4
-2
3 changed files
expand all
collapse all
unified
split
src
xrt
auxiliary
gstreamer
gst_internal.h
gst_pipeline.c
gst_sink.c
+1
-2
src/xrt/auxiliary/gstreamer/gst_internal.h
···
11
11
12
12
#include "xrt/xrt_frame.h"
13
13
14
14
-
#include <gst/app/gstappsink.h>
15
15
-
#include <gst/app/gstappsrc.h>
14
14
+
typedef struct _GstElement GstElement;
16
15
17
16
18
17
#ifdef __cplusplus
+1
src/xrt/auxiliary/gstreamer/gst_pipeline.c
···
14
14
#include "gstreamer/gst_internal.h"
15
15
#include "gstreamer/gst_pipeline.h"
16
16
17
17
+
#include "gst/gst.h"
17
18
18
19
/*
19
20
*
+2
src/xrt/auxiliary/gstreamer/gst_sink.c
···
19
19
#include "gstreamer/gst_internal.h"
20
20
#include "gst/video/video-format.h"
21
21
#include "gst/video/gstvideometa.h"
22
22
+
#include "gst/app/gstappsink.h"
23
23
+
#include "gst/app/gstappsrc.h"
22
24
23
25
#include <assert.h>
24
26