summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-09-09 13:10:13 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-09-09 13:10:13 +0100
commit76ed3fb04d55839176a7b546d876efbc946f4419 (patch)
tree664d8a600d943e80ec373de7b2d52f3b99c80c91 /docs
parent0f38f86182dfcac86d7920d880e2631e024d8b2c (diff)
docs: fix some typos in the decodebin design document
Diffstat (limited to 'docs')
-rw-r--r--docs/design/design-decodebin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/design-decodebin.txt b/docs/design/design-decodebin.txt
index 957014f21..9d74f7115 100644
--- a/docs/design/design-decodebin.txt
+++ b/docs/design/design-decodebin.txt
@@ -255,11 +255,11 @@ for baseline profile, and software fallback for main/high profile; or a DSP
codec only supporting certain resolutions, with a software fallback for
unusual resolutions). So if decodebin just plugged the most highest-ranking
decoder, that decoder might not be be able to handle the actual stream later
-on, which would yield in an error (this is a data flow error then which would
+on, which would yield an error (this is a data flow error then which would
be hard to intercept and avoid in decodebin). In other words, we can't solve
this issue by plugging a decoder right away with the parser.
-So decodebin need to communicate to the parser the set of available decoder
+So decodebin needs to communicate to the parser the set of available decoder
caps (which would contain the relevant capabilities/restrictions such as
supported profiles, resolutions, etc.), after the usual "autoplug-*" signal
filtering/sorting of course.