From: Axel Kellermann Date: Wed, 2 Dec 2020 17:10:40 +0000 (+0000) Subject: Fix typos in streaming.md X-Git-Tag: 1.19.3~489^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df3a6542a2facc6813ebd130de7ea7230a24945e;p=platform%2Fupstream%2Fgstreamer.git Fix typos in streaming.md Part-of: --- diff --git a/markdown/tutorials/basic/streaming.md b/markdown/tutorials/basic/streaming.md index 7f16513..59fea71 100644 --- a/markdown/tutorials/basic/streaming.md +++ b/markdown/tutorials/basic/streaming.md @@ -14,7 +14,7 @@ particular: ## Introduction When streaming, media chunks are decoded and queued for presentation as -soon as they arrive form the network. This means that if a chunk is +soon as they arrive from the network. This means that if a chunk is delayed (which is not an uncommon situation at all on the Internet) the presentation queue might run dry and media playback could stall. @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) { The only special thing this tutorial does is react to certain messages; therefore, the initialization code is very simple and should be -self-explanative by now. The only new bit is the detection of live +self-explanatory by now. The only new bit is the detection of live streams: ``` c