From 89f35729862e68dc19fa8b933f48c4910c9d9586 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 4 Nov 2011 13:01:52 +0100 Subject: [PATCH] docs: fix some docs --- docs/design/design-decodebin.txt | 4 ++-- docs/design/design-encoding.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/design/design-decodebin.txt b/docs/design/design-decodebin.txt index 7ca84b6..31b8987 100644 --- a/docs/design/design-decodebin.txt +++ b/docs/design/design-decodebin.txt @@ -148,8 +148,8 @@ differences: * Multiple streams handling. 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, the associated srcpad for that stream will be created. Ex: requesting sink_1 will generate src_1. diff --git a/docs/design/design-encoding.txt b/docs/design/design-encoding.txt index dda79ad..942b734 100644 --- a/docs/design/design-encoding.txt +++ b/docs/design/design-encoding.txt @@ -87,7 +87,7 @@ B. Goals ... vsrcpad = gst_element_get_src_pad(source, "src1"); - vsinkpad = gst_element_get_request_pad (encbin, "video_%d"); + vsinkpad = gst_element_get_request_pad (encbin, "video_%u"); gst_pad_link(vsrcpad, vsinkpad); ... -- 2.7.4