mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
multiqueue: fix link-like syntax in doc
This commit is contained in:
parent
9c45afc87c
commit
d2299180c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue