From 343007894e4c4f5d320105eaa4c932896b763787 Mon Sep 17 00:00:00 2001 From: Ognyan Tonchev Date: Tue, 16 Sep 2014 13:48:18 +0200 Subject: [PATCH] event: add annotations to gst_event_parse_toc_select() https://bugzilla.gnome.org/show_bug.cgi?id=736739 --- gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */