X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/blobdiff_plain/87e464c0b3660c7dcf381c52a9b7449911219290..28de60bacf12c9acd1664f009d05337a5368d0a4:/python/gst-input-selector-switch.py 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 """