summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clutter-gst/clutter-gst-util.c20
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;