diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-23 13:22:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-23 13:22:44 (GMT) |
commit | b2006395b783244f3a721f128da8b78a26ee53bb (patch) | |
tree | 6c6c2fb876513ca0ffc0b163b07ae883ab9ff1e9 /Mac/Modules/qt/qtscan.py | |
parent | 7f725e406147125eaeef0958cf9b489660f6eb52 (diff) | |
download | cpython-b2006395b783244f3a721f128da8b78a26ee53bb.zip cpython-b2006395b783244f3a721f128da8b78a26ee53bb.tar.gz cpython-b2006395b783244f3a721f128da8b78a26ee53bb.tar.bz2 |
Added support for the horribly complex TimeRecord, so we can position
movies, etc. TimeBase objects have also been slightly modified for
this (for instance: the DisposeTimeBase call shouldn't be done in the
__del__ routine, the timebase might belong to someone else).
Diffstat (limited to 'Mac/Modules/qt/qtscan.py')
-rw-r--r-- | Mac/Modules/qt/qtscan.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mac/Modules/qt/qtscan.py b/Mac/Modules/qt/qtscan.py index 93555b0..ee45c30 100644 --- a/Mac/Modules/qt/qtscan.py +++ b/Mac/Modules/qt/qtscan.py @@ -43,7 +43,7 @@ class MyScanner(Scanner): "DisposeMovieTrack", # ditto "DisposeTrackMedia", # ditto "DisposeUserData", # ditto - "DisposeTimeBase", # ditto +# "DisposeTimeBase", # ditto "DisposeMovieController", # ditto # The following 4 use 'void *' in an uncontrolled way @@ -98,8 +98,6 @@ class MyScanner(Scanner): # We dont do callbacks yet, so no need for these "QTCallBack", # Skipped for now, due to laziness - "TimeRecord", - "TimeRecord_ptr", "TrackEditState", "MovieEditState", "MatrixRecord", |