From a6cd61b86a4e29d805d765c413e28df4efbbfd80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 14 Mar 2014 18:40:31 +0000 Subject: [PATCH] docs: fix multiqueue docs for new template names foo_%d -> foo_%u https://bugzilla.gnome.org/show_bug.cgi?id=726358 --- plugins/elements/gstmultiqueue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 29d6b63..0940787 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. -- 2.7.4