summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-10-16 21:05:30 -0300
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:24:18 +0000
commit97b1e5ad8c4cabe68553bf4138b1ae5d12535ec3 (patch)
treeb9218e153642e0383286543caf872e4e88975466 /clutter-gst/clutter-gst.h
parentf06364ba5aa6792a9aee2cbd984dcfe73973ebb7 (diff)
downloadclutter-gst-97b1e5ad8c4cabe68553bf4138b1ae5d12535ec3.tar.gz
Do not use deprecated ClutterTexture.
- Remove ClutterGstVideoTexture to be replaced by ClutterGstVideoActor. - Make cluttersink/autocluttersink gstreamer elements accept a ClutterGstActor instead of a ClutterTexture for painting. - This patch temporarily disable examples/video-player and some tests requiring ClutterGstVideoTexture.
Diffstat (limited to 'clutter-gst/clutter-gst.h')
-rw-r--r--clutter-gst/clutter-gst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst.h b/clutter-gst/clutter-gst.h
index bdbb188..128d223 100644
--- a/clutter-gst/clutter-gst.h
+++ b/clutter-gst/clutter-gst.h
@@ -34,7 +34,6 @@
#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"
#include "clutter-gst-version.h"
#include "clutter-gst-player.h"