diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index df0c65d086..de2dd619ff 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -35,8 +35,8 @@ * Multiple streamhandling * * The element handles queueing data on more than one stream at once. To - * achieve such a feature it has request sink pads (sink%d) and - * 'sometimes' src pads (src%d). + * achieve such a feature it has request sink pads (sink%u) and + * 'sometimes' src pads (src%u). * * When requesting a given sinkpad with gst_element_get_request_pad(), * the associated srcpad for that stream will be created.