g-i: Fix annotations for gst_event_new_select_streams() and gst_event_parse_select_st...
authorIñaki García Etxebarria <garetxe@gmail.com>
Wed, 14 Dec 2016 05:56:55 +0000 (06:56 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 14 Dec 2016 09:07:14 +0000 (09:07 +0000)
A gchar is not a string.

https://bugzilla.gnome.org/show_bug.cgi?id=775944

gst/gstevent.c

index e691dfb..bf1d4da 100644 (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.
  *