summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-content.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-05-26 23:39:55 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-05-28 08:27:54 +0100
commit61f1a5a00c500e212976a4f7f82076f21ebcdd7f (patch)
tree354822533fee75a43b2797772efc3b51f589ea4b /clutter-gst/clutter-gst-content.h
parenta4b6dd885961948f5e4bd98e9c0f86de851f95da (diff)
downloadclutter-gst-61f1a5a00c500e212976a4f7f82076f21ebcdd7f.tar.gz
Drop Cogl-Gst dependency and reimport video sink
Diffstat (limited to 'clutter-gst/clutter-gst-content.h')
-rw-r--r--clutter-gst/clutter-gst-content.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/clutter-gst/clutter-gst-content.h b/clutter-gst/clutter-gst-content.h
index 4b13f97..f3fb916 100644
--- a/clutter-gst/clutter-gst-content.h
+++ b/clutter-gst/clutter-gst-content.h
@@ -26,7 +26,6 @@
#include <glib-object.h>
-#include <cogl-gst/cogl-gst.h>
#include <clutter/clutter.h>
#include <clutter-gst/clutter-gst-player.h>
@@ -80,14 +79,14 @@ GType clutter_gst_content_get_type (void) G_GNUC_CONST;
ClutterContent * clutter_gst_content_new (void);
-ClutterContent * clutter_gst_content_new_with_sink (CoglGstVideoSink *sink);
+ClutterContent * clutter_gst_content_new_with_sink (ClutterGstVideoSink *sink);
ClutterGstFrame * clutter_gst_content_get_frame (ClutterGstContent *self);
-void clutter_gst_content_set_sink (ClutterGstContent *self,
- CoglGstVideoSink *sink);
+void clutter_gst_content_set_sink (ClutterGstContent *self,
+ ClutterGstVideoSink *sink);
-CoglGstVideoSink * clutter_gst_content_get_sink (ClutterGstContent *self);
+ClutterGstVideoSink * clutter_gst_content_get_sink (ClutterGstContent *self);
ClutterGstPlayer * clutter_gst_content_get_player (ClutterGstContent *self);