Ejemplo n.º 1
0
 def __init__(self): 
     self.description = "X Image Sink"
     self.type = "video"
     sbin = "ximagesink max-lateness=-1"
     VideoSink.__init__(self, sbin)
Ejemplo n.º 2
0
 def __init__(self, sync="True"): 
     self.description = "XV Image Sink"
     self.type = "video"
     sbin = "xvimagesink max-lateness=-1 sync=%s" %sync
     VideoSink.__init__(self, sbin)