summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clutter-gst/clutter-gst-player.c8
-rw-r--r--clutter-gst/clutter-gst-video-texture.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/clutter-gst/clutter-gst-player.c b/clutter-gst/clutter-gst-player.c
index eb2bd19..b5aa2e3 100644
--- a/clutter-gst/clutter-gst-player.c
+++ b/clutter-gst/clutter-gst-player.c
@@ -2404,8 +2404,8 @@ clutter_gst_player_set_buffering_mode (ClutterGstPlayer *player,
*
* Get the list of audio streams of the current media.
*
- * Return value: (transfer none): a list of strings describing the available
- * audio streams
+ * Return value: (transfer none) (element-type utf8): a list of
+ * strings describing the available audio streams
*
* Since: 1.4
*/
@@ -2475,8 +2475,8 @@ clutter_gst_player_set_audio_stream (ClutterGstPlayer *player,
*
* Get the list of subtitles tracks of the current media.
*
- * Return value: (transfer none): a list of strings describing the available
- * subtitles tracks
+ * Return value: (transfer none) (element-type utf8): a list of
+ * strings describing the available subtitles tracks
*
* Since: 1.4
*/
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index 7b69c69..f5fcb6d 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -791,8 +791,8 @@ clutter_gst_video_texture_set_buffering_mode (ClutterGstVideoTexture *texture,
*
* Get the list of audio streams of the current media.
*
- * Return value: (transfer none): a list of #GstTagList describing the
- * available audio streams
+ * Return value: (transfer none) (element-type Gst.TagList): a list of
+ * #GstTagList describing the available audio streams
*
* Since: 1.4
*/
@@ -844,8 +844,8 @@ clutter_gst_video_texture_set_audio_stream (ClutterGstVideoTexture *texture,
*
* Get the list of subtitles tracks of the current media.
*
- * Return value: (transfer none): a list of #GstTagList describing the
- * available subtitles tracks
+ * Return value: (transfer none) (element-type Gst.TagList): a list
+ * of #GstTagList describing the available subtitles tracks
*
* Since: 1.4
*/