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).
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 @@
"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 @@
# We dont do callbacks yet, so no need for these
"QTCallBack",
# Skipped for now, due to laziness
- "TimeRecord",
- "TimeRecord_ptr",
"TrackEditState",
"MovieEditState",
"MatrixRecord",