Exemplo n.º 1
0
    def __init__(self, stream):
        EffectFactory.__init__(self, "identity", "identity")

        caps = gst.Caps('video/x-raw-rgb')
        self.addOutputStream(stream)
        self.addInputStream(stream)
Exemplo n.º 2
0
    def __init__(self, stream):
        EffectFactory.__init__(self, "identity", "identity")

        caps = gst.Caps('video/x-raw-rgb')
        self.addOutputStream(stream)
        self.addInputStream(stream)
Exemplo n.º 3
0
 def __init__(self):
     EffectFactory.__init__(self, 'identity', "identity")
     self.duration = 42 * gst.SECOND
Exemplo n.º 4
0
 def __init__(self):
     EffectFactory.__init__(self, 'identity', "identity")
     self.duration = 42 * gst.SECOND