From e913be46ef07b6eac758e5157a624fa4192edb38 Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Sun, 25 Feb 2018 17:17:11 +0000 Subject: [PATCH] Tidy up --- mixing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/mixing.md b/mixing.md index 6fe0e9f..57649b9 100644 --- a/mixing.md +++ b/mixing.md @@ -52,8 +52,6 @@ gst-launch-1.0 \ mix. ``` ---- - Add audio by demuxing the inputs so it can be handled separately. This example does so on the first source (rather than mixing the two together): ```