[clutter-gst] video-texture: Add missing transfer annotations
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] video-texture: Add missing transfer annotations
- Date: Tue, 5 Jul 2011 15:26:27 +0000 (UTC)
commit 133a7ba18112d7caa0acb6ff0b50a8798aa9d924
Author: Bastian Winkler <buz netbuz org>
Date: Tue Jul 5 14:36:08 2011 +0200
video-texture: Add missing transfer annotations
Add missing transfer annotations to allow get_pipeline() and
get_idle_material() being used through gobject-introspection
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654003
clutter-gst/clutter-gst-video-texture.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index 5315347..be1e432 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -2017,7 +2017,7 @@ clutter_gst_video_texture_new (void)
* Retrieves the #GstPipeline used by the @texture, for direct use with
* GStreamer API.
*
- * Return value: the pipeline element used by the video texture
+ * Return value: (transfer none): the pipeline element used by the video texture
*/
GstElement *
clutter_gst_video_texture_get_pipeline (ClutterGstVideoTexture *texture)
@@ -2033,7 +2033,7 @@ clutter_gst_video_texture_get_pipeline (ClutterGstVideoTexture *texture)
*
* Retrieves the material used to draw when no media is being played.
*
- * Return value: the #CoglHandle of the idle material
+ * Return value: (transfer none): the #CoglHandle of the idle material
*
* Since: 1.2
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]