Fixes some bug, probably?
[python-gstreamer-examples] / example4.py
index 12e10aad6bf0c71f85a0a9e0a6cee978be05cef5..b39d17529d0dac0a058d1aa18fcb8f8ae0b5de44 100755 (executable)
@@ -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")
         # 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")
 
         # Add a capsfilter that we want to apply to our ball
         self.ballcaps = Gst.ElementFactory.make("capsfilter", "ballcaps")