summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorOgnyan Tonchev <ognyan@axis.com>2014-09-16 13:48:18 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-09-17 09:51:45 +0300
commit343007894e4c4f5d320105eaa4c932896b763787 (patch)
tree29484faa677d858d53c41e0fdbb6fc66c4876193 /gst/gstevent.c
parent3f83ca9c43cb9577cb5f47af8b103d97160a78ed (diff)
downloadgstreamer-343007894e4c4f5d320105eaa4c932896b763787.tar.gz
event: add annotations to gst_event_parse_toc_select()
https://bugzilla.gnome.org/show_bug.cgi?id=736739
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 22179685b5..a1cb381ee6 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -1669,7 +1669,7 @@ gst_event_new_toc_select (const gchar * uid)
/**
* gst_event_parse_toc_select:
* @event: a TOC select event.
- * @uid: (out): storage for the selection UID.
+ * @uid: (out) (transfer full) (allow-none): storage for the selection UID.
*
* Parse a TOC select @event and store the results in the given @uid location.
*/