X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fswig%2Fpython%2Fplay.py;h=72116ae321203b796533fbc02d319dd833b34952;hb=2bce409ea8875f5375b203d48ca9991bc1b38e7d;hp=ce45c7bc5996c96d07e9fb93645c8e78f7b10d4e;hpb=d819f1cdd34e1bc2c78fb8b0efc6995b25978dcc;p=melted diff --git a/mlt++/swig/python/play.py b/mlt++/swig/python/play.py index ce45c7b..72116ae 100755 --- a/mlt++/swig/python/play.py +++ b/mlt++/swig/python/play.py @@ -6,7 +6,7 @@ import time import sys # Start the mlt system -mltpp.Factory.init( ) +mltpp.Factory().init( ) # Establish a profile profile = mltpp.Profile( )