diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-04 13:01:52 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-04 13:01:52 +0100 |
commit | 89f35729862e68dc19fa8b933f48c4910c9d9586 (patch) | |
tree | f31e4f628ae492505af179edc6bb21316d947bb1 /docs/design/design-encoding.txt | |
parent | 7d9ccab8c637c0dcd703a5bef93783c4dfeea2ba (diff) |
docs: fix some docs
Diffstat (limited to 'docs/design/design-encoding.txt')
-rw-r--r-- | docs/design/design-encoding.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/design-encoding.txt b/docs/design/design-encoding.txt index dda79addf..942b73494 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); ... |