From 28de60bacf12c9acd1664f009d05337a5368d0a4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 16 Oct 2018 12:41:03 +0200 Subject: [PATCH] gst-input-selector-switch.py: use a better pattern for the second source Having a pattern which notably changes in time makes it clearer that sources keep playing even when they are not active. --- python/gst-input-selector-switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gst-input-selector-switch.py b/python/gst-input-selector-switch.py index 31b93d0..4f622c6 100755 --- a/python/gst-input-selector-switch.py +++ b/python/gst-input-selector-switch.py @@ -14,7 +14,7 @@ GObject.threads_init() # The following pipeline works PIPELINE = """ videotestsrc pattern=0 ! selector. -videotestsrc pattern=13 ! selector. +videotestsrc pattern=18 background-color=4294901760 ! selector. input-selector name=selector ! autovideosink """ -- 2.1.4