mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
Fix heading
This commit is contained in:
parent
b56c36e5c4
commit
348022e3a2
1 changed files with 1 additions and 1 deletions
2
tee.md
2
tee.md
|
@ -14,7 +14,7 @@ gst-launch-1.0 \
|
|||
t. ! queue ! videoconvert ! autovideosink
|
||||
```
|
||||
|
||||
## Tee to two different outputs
|
||||
## Tee to two different video outputs
|
||||
|
||||
Here's an example that sends video to both `autovideosink` and a TCP server (`tcpserversink`).
|
||||
Note how `async=false` is required on both sinks, because the encoding step on the TCP branch takes longer, and so the timing will be different.
|
||||
|
|
Loading…
Reference in a new issue