mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
event: add annotations to gst_event_parse_toc_select()
https://bugzilla.gnome.org/show_bug.cgi?id=736739
This commit is contained in:
parent
3f83ca9c43
commit
343007894e
1 changed files with 1 additions and 1 deletions
|
@ -1669,7 +1669,7 @@ gst_event_new_toc_select (const gchar * uid)
|
||||||
/**
|
/**
|
||||||
* gst_event_parse_toc_select:
|
* gst_event_parse_toc_select:
|
||||||
* @event: a TOC select event.
|
* @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.
|
* Parse a TOC select @event and store the results in the given @uid location.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue