[clutter-gst] do not register any plugin for now



commit f72d05f409cc92927df435c285be19f7266a9c2d
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sun Mar 17 01:12:07 2013 +0000

    do not register any plugin for now

 clutter-gst/clutter-gst-util.c |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-util.c b/clutter-gst/clutter-gst-util.c
index c6e8d1a..be0257e 100644
--- a/clutter-gst/clutter-gst-util.c
+++ b/clutter-gst/clutter-gst-util.c
@@ -143,15 +143,15 @@ 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";);
+  /* 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,15 +223,15 @@ 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";);
+  /* 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]