| 
					
				 | 
			
			
				@@ -128,6 +128,9 @@ public class PQGPUImagePlayerView: UIView { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var mStickers: [PQEditVisionTrackMaterialsModel]? { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         didSet { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            FilterLog(message: "设置线程为: \(Thread.current) \(OperationQueue.current?.underlyingQueue?.label as Any)") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             configCache() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -421,7 +424,7 @@ public class PQGPUImagePlayerView: UIView { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 初始化缓存,默认选创建 cacheFiltersMaxCount 个缓存 filterrs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     func configCache() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cacheFilters.removeAll() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        BFLog(message: "视频 filter 总数:\(mStickers?.count ?? 0)") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        BFLog(message: "原素材 总数:\(mStickers?.count ?? 0) ") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if mStickers?.count ?? 0 > 0 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 |