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. */