summaryrefslogtreecommitdiff
path: root/rotord/gstvideoloader.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
committerTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
commitf09e12889c4ebfa3db21fa30955698171a22757b (patch)
treeb6cdfea066c94300325c9163fbe813acef467c31 /rotord/gstvideoloader.h
parente9320eb83115f66e99bd98e76c8c9ff78ca043d4 (diff)
tinkering gstreamer loader
Diffstat (limited to 'rotord/gstvideoloader.h')
-rw-r--r--rotord/gstvideoloader.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rotord/gstvideoloader.h b/rotord/gstvideoloader.h
index 867da01..b354fa7 100644
--- a/rotord/gstvideoloader.h
+++ b/rotord/gstvideoloader.h
@@ -1,6 +1,16 @@
#include <string>
#include <iostream>
+#include <gst/gst.h>
+#include <gst/app/gstappsink.h>
+#include <gst/video/video.h>
+#include <gst/audio/multichannel.h>
+
+#include <glib-object.h>
+#include <glib.h>
+#include <algorithm>
+
+#define GST_DISABLE_DEPRECATED
#include <gst/gstpad.h>
#include "Pixels.h"
#include "ofUtils.h"