summaryrefslogtreecommitdiff
path: root/examples/video-content.c
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 /examples/video-content.c
parenta4b6dd885961948f5e4bd98e9c0f86de851f95da (diff)
downloadclutter-gst-61f1a5a00c500e212976a4f7f82076f21ebcdd7f.tar.gz
Drop Cogl-Gst dependency and reimport video sink
Diffstat (limited to 'examples/video-content.c')
-rw-r--r--examples/video-content.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/video-content.c b/examples/video-content.c
index c7368cc..aaf5740 100644
--- a/examples/video-content.c
+++ b/examples/video-content.c
@@ -22,7 +22,6 @@
*/
#include <stdlib.h>
-#include <cogl-gst/cogl-gst.h>
#include <clutter-gst/clutter-gst.h>
@@ -136,7 +135,7 @@ main (int argc, char *argv[])
{
ClutterActor *stage, *actor;
ClutterContent *video;
- CoglGstVideoSink *video_sink;
+ ClutterGstVideoSink *video_sink;
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return EXIT_FAILURE;