mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
## Introduction
|
||||||
|
|
||||||
When streaming, media chunks are decoded and queued for presentation as
|
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
|
delayed (which is not an uncommon situation at all on the Internet) the
|
||||||
presentation queue might run dry and media playback could stall.
|
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;
|
The only special thing this tutorial does is react to certain messages;
|
||||||
therefore, the initialization code is very simple and should be
|
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:
|
streams:
|
||||||
|
|
||||||
``` c
|
``` c
|
||||||
|
|
Loading…
Reference in a new issue