[clutter-gst] plugin: don't register cluttervideosink



commit 2d1a55bb3c201dc1ee05732fac743e9ed3f14056
Author: Lionel Landwerlin <lionel g landwerlin intel com>
Date:   Thu Jul 17 11:33:34 2014 +0100

    plugin: don't register cluttervideosink
    
    Since this sink doesn't actually display anything but let's you
    extract video frame that you can then display in a Clutter scene, it
    is kind of pointless to register this plugin.
    
    It was also causing a crash with gst-inspect.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733284

 clutter-gst/clutter-gst-plugin.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-plugin.c b/clutter-gst/clutter-gst-plugin.c
index 3f15694..3f6d5a1 100644
--- a/clutter-gst/clutter-gst-plugin.c
+++ b/clutter-gst/clutter-gst-plugin.c
@@ -60,13 +60,6 @@ plugin_init (GstPlugin *plugin)
   if (!ret)
     return FALSE;
 
-  ret = gst_element_register (plugin,
-                              "cluttervideosink",
-                              GST_RANK_NONE,
-                              CLUTTER_GST_TYPE_VIDEO_SINK);
-  if (!ret)
-    return FALSE;
-
   return TRUE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]