docs: Fix link to strings
authorThibault Saunier <tsaunier@igalia.com>
Fri, 14 Jun 2019 21:34:31 +0000 (17:34 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 14 Jun 2019 21:34:43 +0000 (17:34 -0400)
We can't link to #gchar* this way.

gst/multifile/gstmultifilesink.c

index 7fb63be..224cf33 100644 (file)
@@ -46,7 +46,7 @@
  *
  * The message's structure contains these fields:
  *
- * * #gchar *`filename`: the filename where the buffer was written.
+ * * #gchararray `filename`: the filename where the buffer was written.
  * * #gint `index`: index of the buffer.
  * * #GstClockTime `timestamp`: the timestamp of the buffer.
  * * #GstClockTime `stream-time`: the stream time of the buffer.