diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-26 18:40:39 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-26 18:40:39 +0100 |
| commit | f09e12889c4ebfa3db21fa30955698171a22757b (patch) | |
| tree | b6cdfea066c94300325c9163fbe813acef467c31 /rotord/gstvideoloader.h | |
| parent | e9320eb83115f66e99bd98e76c8c9ff78ca043d4 (diff) | |
tinkering gstreamer loader
Diffstat (limited to 'rotord/gstvideoloader.h')
| -rw-r--r-- | rotord/gstvideoloader.h | 10 |
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" |
