From 348022e3a21de6b25b1755af1a32ebf8d3de6c00 Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Mon, 4 Jun 2018 18:02:43 +0100 Subject: [PATCH] Fix heading --- tee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tee.md b/tee.md index 3afddbd..5285683 100644 --- a/tee.md +++ b/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.