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

        caps = gst.Caps('video/x-raw-rgb')
        self.addOutputStream(stream)
        self.addInputStream(stream)
예제 #2
0
파일: test.py 프로젝트: bemasc/pitivi
    def __init__(self, stream):
        EffectFactory.__init__(self, "identity", "identity")

        caps = gst.Caps('video/x-raw-rgb')
        self.addOutputStream(stream)
        self.addInputStream(stream)
예제 #3
0
파일: common.py 프로젝트: dparker18/Pitivi
 def __init__(self):
     EffectFactory.__init__(self, 'identity', "identity")
     self.duration = 42 * gst.SECOND
예제 #4
0
 def __init__(self):
     EffectFactory.__init__(self, 'identity', "identity")
     self.duration = 42 * gst.SECOND