summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-plugin.c
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-03-13 12:25:13 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:24:19 +0000
commite4bad9bb56f7049797c187bd19a8ca69edd73097 (patch)
tree19ecfa6baf726721c0ad5856bd346761720fd04d /clutter-gst/clutter-gst-plugin.c
parent43c904845e0e804b48f1dc5d800ad097c5d938f0 (diff)
downloadclutter-gst-e4bad9bb56f7049797c187bd19a8ca69edd73097.tar.gz
remove ClutterGstVideoSink as we know it, we rely on CoglSink now
Diffstat (limited to 'clutter-gst/clutter-gst-plugin.c')
-rw-r--r--clutter-gst/clutter-gst-plugin.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/clutter-gst/clutter-gst-plugin.c b/clutter-gst/clutter-gst-plugin.c
index 741c3e6..866b599 100644
--- a/clutter-gst/clutter-gst-plugin.c
+++ b/clutter-gst/clutter-gst-plugin.c
@@ -35,7 +35,6 @@
#include <X11/Xlib.h>
#endif
-#include "clutter-gst-video-sink.h"
#include "clutter-gst-auto-video-sink.h"
GST_DEBUG_CATEGORY (clutter_gst_video_sink_debug);
@@ -65,12 +64,12 @@ plugin_init (GstPlugin *plugin)
if (clutter_init (NULL, NULL) != CLUTTER_INIT_SUCCESS)
return FALSE;
- ret = gst_element_register (plugin,
- "cluttersink",
- GST_RANK_MARGINAL,
- CLUTTER_GST_TYPE_VIDEO_SINK);
- if (!ret)
- return FALSE;
+ /* ret = gst_element_register (plugin, */
+ /* "cluttersink", */
+ /* GST_RANK_MARGINAL, */
+ /* CLUTTER_GST_TYPE_VIDEO_SINK); */
+ /* if (!ret) */
+ /* return FALSE; */
ret = gst_element_register (plugin,
"autocluttersink",
@@ -91,4 +90,3 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
"LGPL", /* license */
PACKAGE,
"http://www.clutter-project.org");
-