mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-03 06:39:51 +00:00
g-i: Fix annotations for gst_event_new_select_streams() and gst_event_parse_select_streams()
A gchar is not a string. https://bugzilla.gnome.org/show_bug.cgi?id=775944
This commit is contained in:
parent
eb9c8bdf66
commit
9cdacefa98
1 changed files with 2 additions and 2 deletions
|
@ -580,7 +580,7 @@ gst_event_parse_flush_stop (GstEvent * event, gboolean * reset_time)
|
|||
|
||||
/**
|
||||
* gst_event_new_select_streams:
|
||||
* @streams: (element-type gchar) (transfer none): the list of streams to
|
||||
* @streams: (element-type utf8) (transfer none): the list of streams to
|
||||
* activate
|
||||
*
|
||||
* Allocate a new select-streams event.
|
||||
|
@ -624,7 +624,7 @@ gst_event_new_select_streams (GList * streams)
|
|||
/**
|
||||
* gst_event_parse_select_streams:
|
||||
* @event: The event to parse
|
||||
* @streams: (out) (element-type gchar) (transfer full): the streams
|
||||
* @streams: (out) (element-type utf8) (transfer full): the streams
|
||||
*
|
||||
* Parse the SELECT_STREAMS event and retrieve the contained streams.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue