From d2299180c9d155768431b0576271af51a7ac4b93 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 28 Apr 2020 00:33:22 +0200 Subject: [PATCH] multiqueue: fix link-like syntax in doc --- plugins/elements/gstmultiqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 815fc910f8..b5232d2e4e 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -812,7 +812,7 @@ gst_multi_queue_class_init (GstMultiQueueClass * klass) * with name "application/x-gst-multi-queue-stats" with the following fields: * * - "queues" GST_TYPE_ARRAY Contains one GstStructure named "queue_%d" - * (where %d is the queue's ID) per internal queue: + * (where \%d is the queue's ID) per internal queue: * - "buffers" G_TYPE_UINT The queue's current level of buffers * - "bytes" G_TYPE_UINT The queue's current level of bytes * - "time" G_TYPE_UINT64 The queue's current level of time