mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 07:24:51 +00:00
Fix typos in streaming.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/123>
This commit is contained in:
parent
172ace3cc2
commit
df3a6542a2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue