projects
/
experiments
/
gstreamer.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gst-input-selector-switch.py: use a better pattern for the second source
[experiments/gstreamer.git]
/
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
(executable)
--- 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=1
3
! selector.
+videotestsrc pattern=1
8 background-color=4294901760
! selector.
input-selector name=selector ! autovideosink
"""