From ac55681bbfc6edfa5d8a59bed819895e4953f889 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 14 Jun 2019 17:34:31 -0400 Subject: [PATCH] docs: Fix link to strings We can't link to #gchar* this way. --- gst/multifile/gstmultifilesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 7fb63beb75..224cf33e15 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -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.