Beispiel #1
0
    def __init__(self, stream):
        EffectFactory.__init__(self, "identity", "identity")

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

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