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:
Iñaki García Etxebarria 2016-12-14 06:56:55 +01:00 committed by Tim-Philipp Müller
parent eb9c8bdf66
commit 9cdacefa98

View file

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