From 76f4e0eec94f76339cf2a3c0e41fb26c33be8d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 5 May 2008 16:25:23 +0000 Subject: [PATCH] plugins/elements/gstmultiqueue.c: Small docs fix. Original commit message from CVS: * plugins/elements/gstmultiqueue.c: Small docs fix. --- ChangeLog | 5 +++++ plugins/elements/gstmultiqueue.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 201b58b01d..86c8f30590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-05 Tim-Philipp Müller + + * plugins/elements/gstmultiqueue.c: + Small docs fix. + 2008-05-05 Sebastian Dröge * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite): diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index a679262219..29a9d7d81a 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -35,12 +35,12 @@ * 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%d) and + * 'sometimes' src pads (src%d). * * When requesting a given sinkpad with gst_element_get_request_pad(), * the associated srcpad for that stream will be created. - * Ex: requesting sink_1 will generate src_1. + * Example: requesting sink1 will generate src1. * * *