summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-12-06 18:48:57 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2014-12-06 21:57:47 +0000
commit4949bee5bbb341250dde5c0d939f04bfaaa900d5 (patch)
tree0f5d5499b5154059ff0f99cb5e308dd6e3268be8
parent6b73a91ec2495921ae5b49cdf2e0d6c216dc33c5 (diff)
downloadclutter-gst-4949bee5bbb341250dde5c0d939f04bfaaa900d5.tar.gz
util: remove commented plugin registration
-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;