summaryrefslogtreecommitdiff
path: root/clutter/clutter.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-04-17 18:10:39 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-04-17 18:10:39 +0100
commit2a1dcf40081ded459088f514a512f6fb6c956d42 (patch)
tree09c40be5e740a9e06d1681b2fba805ffa2549f17 /clutter/clutter.h
parent164c6ee74187b10df6cdf22782d9071c28d787b2 (diff)
downloadclutter-2a1dcf40081ded459088f514a512f6fb6c956d42.tar.gz
Deprecate ClutterMedia
The interface looked like a good idea around the time Clutter 0.2 was out, but in reality we never had a proper, and supported implementation outside of clutter-gst - thus, ClutterMedia was acting like a wrapper around GStreamer, leading to hilarious issues of impedence mismatch between API and all sorts of indirection issues typical of wrong abstractions. In theory, ClutterMedia should have been deprecated and removed before we hit 1.0, but we kept flip-flopping on the issue. For 2.0, it's time to take it out. And shoot it in the face.
Diffstat (limited to 'clutter/clutter.h')
-rw-r--r--clutter/clutter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter/clutter.h b/clutter/clutter.h
index 34788e355..1419df9c3 100644
--- a/clutter/clutter.h
+++ b/clutter/clutter.h
@@ -79,7 +79,6 @@
#include "clutter-list-model.h"
#include "clutter-macros.h"
#include "clutter-main.h"
-#include "clutter-media.h"
#include "clutter-model.h"
#include "clutter-offscreen-effect.h"
#include "clutter-page-turn-effect.h"