Menu

#22 Descriptor category in CDCI codec.

open
nobody
None
5
2003-03-18
2003-03-18
Jim Trainor
No

The IAAFPlugin::CreateDescriptor implementation in the
CDCI codec sets the category class to
AUID_AAFDefObject.

The JPEG, WAVE, and CDCI codecs all set their
categories to AUID_AAFCodecDef.

AUID_AAFDefObject is an abtract class type. If
something tries to create that object type it will fail (not
sure if anything actually does that). If that is not a
problem, then it would still be good to clean up the
inconsistency between the implementations.

Discussion