Skip to content
Snippets Groups Projects
Commit df3a6542 authored by Axel Kellermann's avatar Axel Kellermann Committed by Tim-Philipp Müller
Browse files

Fix typos in streaming.md

Part-of: <gstreamer/gst-docs!123>
parent 172ace3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment