X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/blobdiff_plain/f27d0d0705b7485c0bff2bfefe258199a5e81168..HEAD:/example4.py?ds=inline 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")