|
|
@@ -311,6 +311,7 @@ NSInteger const VapMaxCompatibleVersion = 2;
|
|
|
VAP_Error(kQGVAPModuleCommon, @"playHWDMP4 error! fileNotExistsAtPath filePath:%#", filePath);
|
|
|
return ;
|
|
|
}
|
|
|
+ self.hwd_enterBackgroundOP = HWDMP4EBOperationTypeDoNothing;
|
|
|
self.hwd_isFinish = NO;
|
|
|
self.hwd_blendMode = mode;
|
|
|
self.hwd_fps = fps;
|
|
|
@@ -536,7 +537,7 @@ NSInteger const VapMaxCompatibleVersion = 2;
|
|
|
//metal
|
|
|
- (void)onMetalViewUnavailable {
|
|
|
VAP_Error(kQGVAPModuleCommon, @"onMetalViewUnavailable");
|
|
|
- [self stopHWDMP4];
|
|
|
+// [self stopHWDMP4];
|
|
|
}
|
|
|
|
|
|
//config resources loaded
|