[clutter-gst] actor: remove warnings



commit d931814d189093c302630360a9daba257899e2e3
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Mon Mar 18 14:24:36 2013 +0000

    actor: remove warnings

 clutter-gst/clutter-gst-actor.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-actor.c b/clutter-gst/clutter-gst-actor.c
index eb79dff..a2d8fd4 100644
--- a/clutter-gst/clutter-gst-actor.c
+++ b/clutter-gst/clutter-gst-actor.c
@@ -60,8 +60,6 @@ struct _ClutterGstActorPrivate
   ClutterGstFrame  *frame;
 };
 
-static CoglPipeline *texture_template_pipeline = NULL;
-
 enum {
   PROP_0,
 
@@ -265,12 +263,11 @@ clutter_gst_actor_get_player (ClutterGstActor *self)
 }
 
 /**
- * clutter_gst_actor_get_player:
+ * clutter_gst_actor_set_player:
  * @self: a #ClutterGstActor
+ * @player: a #ClutterGstPlayer
  *
- * Retrieves the #ClutterGstPlayer used by the @self.
- *
- * Return value: (transfer none): the #ClutterGstPlayer element used by the actor
+ * Set the #ClutterGstPlayer used by the @self.
  *
  * Since: 3.0
  */


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