summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-08-22 10:47:06 -0300
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:24:18 +0000
commitf06364ba5aa6792a9aee2cbd984dcfe73973ebb7 (patch)
tree4fb4602a2833adca39eaddd6283ec1e440f697ff /clutter-gst/clutter-gst.h
parentc64989689e18386d4c02508d10f96b32e0d52b1f (diff)
downloadclutter-gst-f06364ba5aa6792a9aee2cbd984dcfe73973ebb7.tar.gz
ClutterGstActor: Add new baseclass for GStreamer actors.
The actor is reponsible for painting a CoglTexture/Material and allows setting an idle material to be used when in idle mode.
Diffstat (limited to 'clutter-gst/clutter-gst.h')
-rw-r--r--clutter-gst/clutter-gst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst.h b/clutter-gst/clutter-gst.h
index a36d773..bdbb188 100644
--- a/clutter-gst/clutter-gst.h
+++ b/clutter-gst/clutter-gst.h
@@ -32,6 +32,7 @@
#include "clutter-gst-types.h"
#include "clutter-gst-enum-types.h"
+#include "clutter-gst-actor.h"
#include "clutter-gst-video-sink.h"
#include "clutter-gst-video-texture.h"
#include "clutter-gst-util.h"