X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/blobdiff_plain/cff7d2b533afd93201d316a24d34137f55714cc0..a94ae2ba254f9d57eb22a38a998a90e417f0b6d9:/example4.py?ds=sidebyside diff --git a/example4.py b/example4.py index 12e10aa..b39d175 100755 --- a/example4.py +++ b/example4.py @@ -38,7 +38,7 @@ class Main: # Add a videotestsrc element, set it to pattern "ball" and some other properties self.ball = Gst.ElementFactory.make("videotestsrc", "ball") self.ball.set_property("pattern", "ball") - self.ball.set_property("flip", True) + #self.ball.set_property("flip", True) # Add a capsfilter that we want to apply to our ball self.ballcaps = Gst.ElementFactory.make("capsfilter", "ballcaps")