From 4949bee5bbb341250dde5c0d939f04bfaaa900d5 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 6 Dec 2014 18:48:57 +0000 Subject: util: remove commented plugin registration --- clutter-gst/clutter-gst-util.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/clutter-gst/clutter-gst-util.c b/clutter-gst/clutter-gst-util.c index ce136ae..5bf83af 100644 --- a/clutter-gst/clutter-gst-util.c +++ b/clutter-gst/clutter-gst-util.c @@ -143,16 +143,6 @@ clutter_gst_init (int *argc, #ifdef CLUTTER_GST_ENABLE_DEBUG _clutter_gst_debug_init(); #endif - /* gst_plugin_register_static (GST_VERSION_MAJOR, */ - /* GST_VERSION_MINOR, */ - /* "cluttersink", */ - /* "Element to render to ClutterGst actors", */ - /* /\* _internal_plugin_init *\/NULL, */ - /* VERSION, */ - /* "LGPL", /\* license *\/ */ - /* "clutter-gst", PACKAGE, */ - /* "http://www.clutter-project.org"); */ - clutter_gst_is_initialized = TRUE; @@ -223,16 +213,6 @@ clutter_gst_init_with_args (int *argc, #ifdef CLUTTER_GST_ENABLE_DEBUG _clutter_gst_debug_init (); #endif - /* gst_plugin_register_static (GST_VERSION_MAJOR, */ - /* GST_VERSION_MINOR, */ - /* "cluttersink", */ - /* "Element to render to ClutterGst actors", */ - /* /\* _internal_plugin_init *\/NULL, */ - /* VERSION, */ - /* "LGPL", /\* license *\/ */ - /* "clutter-gst", PACKAGE, */ - /* "http://www.clutter-project.org"); */ - clutter_gst_is_initialized = TRUE; -- cgit v1.2.1