The open source OpenXR runtime

a/gstreamer: Trim includes in header

+4 -2
+1 -2
src/xrt/auxiliary/gstreamer/gst_internal.h
··· 11 11 12 12 #include "xrt/xrt_frame.h" 13 13 14 - #include <gst/app/gstappsink.h> 15 - #include <gst/app/gstappsrc.h> 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 + #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 + #include "gst/app/gstappsink.h" 23 + #include "gst/app/gstappsrc.h" 22 24 23 25 #include <assert.h> 24 26