summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clutter-gst/clutter-gst-video-texture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index de92506..0cc2178 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -1097,6 +1097,8 @@ 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
+ *
+ * Since: 1.2
*/
CoglHandle
clutter_gst_video_texture_get_idle_material (ClutterGstVideoTexture *texture)
@@ -1120,6 +1122,8 @@ clutter_gst_video_texture_get_idle_material (ClutterGstVideoTexture *texture)
* default idle material will be used.
*
* Return value: the #CoglHandle of the idle material
+ *
+ * Since: 1.2
*/
void
clutter_gst_video_texture_set_idle_material (ClutterGstVideoTexture *texture,