[clutter-gst] util: remove commented plugin registration



commit 4949bee5bbb341250dde5c0d939f04bfaaa900d5
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sat Dec 6 18:48:57 2014 +0000

    util: remove commented plugin registration

 clutter-gst/clutter-gst-util.c |   20 --------------------
 1 files changed, 0 insertions(+), 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;
 


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