# 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")