From 2d1a55bb3c201dc1ee05732fac743e9ed3f14056 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 17 Jul 2014 11:33:34 +0100 Subject: 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 file changed, 7 deletions(-) (limited to 'clutter-gst') 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; } -- cgit v1.2.1