[clutter-gst] remove ClutterGstVideoSink as we know it, we rely on CoglSink now
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] remove ClutterGstVideoSink as we know it, we rely on CoglSink now
- Date: Mon, 18 Mar 2013 23:37:09 +0000 (UTC)
commit e4bad9bb56f7049797c187bd19a8ca69edd73097
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Wed Mar 13 12:25:13 2013 +0000
remove ClutterGstVideoSink as we know it, we rely on CoglSink now
clutter-gst/clutter-gst-plugin.c | 14 +-
clutter-gst/clutter-gst-util.c | 1 -
clutter-gst/clutter-gst-video-sink.c | 1729 ----------------------------------
clutter-gst/clutter-gst-video-sink.h | 113 ---
4 files changed, 6 insertions(+), 1851 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");
-
diff --git a/clutter-gst/clutter-gst-util.c b/clutter-gst/clutter-gst-util.c
index 9d6f80a..9b73d01 100644
--- a/clutter-gst/clutter-gst-util.c
+++ b/clutter-gst/clutter-gst-util.c
@@ -105,7 +105,6 @@
#include "clutter-gst-private.h"
#include "clutter-gst-debug.h"
-#include "clutter-gst-video-sink.h"
#include "clutter-gst-util.h"
static gboolean clutter_gst_is_initialized = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]