From: Tim-Philipp Müller Date: Fri, 14 Mar 2014 18:40:31 +0000 (+0000) Subject: docs: fix multiqueue docs for new template names foo_%d -> foo_%u X-Git-Tag: 1.3.1~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6cd61b86a4e29d805d765c413e28df4efbbfd80;p=platform%2Fupstream%2Fgstreamer.git docs: fix multiqueue docs for new template names foo_%d -> foo_%u https://bugzilla.gnome.org/show_bug.cgi?id=726358 --- 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.