QDebug operator <<(QDebug debug, const AkVideoCaps &caps) { debug.nospace() << caps.toString(); return debug.space(); }
bool AkVideoCaps::operator ==(const AkVideoCaps &other) const { return this->toString() == other.toString(); }