summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-auto-video-sink.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-07-22 13:31:52 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-07-22 13:31:52 +0100
commitc23cdfc584b2051c2962673b9078a5c92d9b30a8 (patch)
tree583b4936958193560c7ac3f06d419a7e47ff8f84 /clutter-gst/clutter-gst-auto-video-sink.h
parent8b12180346be221cf25216f884d3a8b9f069141f (diff)
downloadclutter-gst-c23cdfc584b2051c2962673b9078a5c92d9b30a8.tar.gz
remove ClutterGstActor now replaced by ClutterGstContent
Diffstat (limited to 'clutter-gst/clutter-gst-auto-video-sink.h')
-rw-r--r--clutter-gst/clutter-gst-auto-video-sink.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/clutter-gst/clutter-gst-auto-video-sink.h b/clutter-gst/clutter-gst-auto-video-sink.h
index cfb0d27..7c0f396 100644
--- a/clutter-gst/clutter-gst-auto-video-sink.h
+++ b/clutter-gst/clutter-gst-auto-video-sink.h
@@ -30,7 +30,6 @@
#include <gst/gst.h>
#include <clutter/clutter.h>
-#include <clutter-gst/clutter-gst-actor.h>
G_BEGIN_DECLS
@@ -86,23 +85,11 @@ struct _ClutterGstAutoVideoSink
{
GstBin parent;
- GstPad *sink_pad;
- GstPad *sink_block_pad;
- guint sink_block_id;
-
- GstElement *child;
-
- GstCaps *video_caps;
- GSList *sinks;
-
- gboolean need_async_start;
- gboolean async_pending;
- gboolean setup;
-
- ClutterGstActor *actor;
+ GstElement *kid;
+ GstPad *pad;
GstClockTimeDiff ts_offset;
- GMutex lock;
+ ClutterContent *content;
};
struct _ClutterGstAutoVideoSinkClass