mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	filter-chain: we manage the state from the playback stream
This commit is contained in:
		
							parent
							
								
									72e0fe0479
								
							
						
					
					
						commit
						3d8a19af33
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1311,7 +1311,7 @@ static void param_changed(struct impl *impl, uint32_t id, const struct spa_pod *
 | 
				
			||||||
		spa_zero(info);
 | 
							spa_zero(info);
 | 
				
			||||||
		if (param == NULL) {
 | 
							if (param == NULL) {
 | 
				
			||||||
			pw_log_info("module %p: filter deactivate", impl);
 | 
								pw_log_info("module %p: filter deactivate", impl);
 | 
				
			||||||
			if (direction == SPA_DIRECTION_INPUT)
 | 
								if (direction == SPA_DIRECTION_OUTPUT)
 | 
				
			||||||
				deactivate_graph(impl);
 | 
									deactivate_graph(impl);
 | 
				
			||||||
			impl->rate = 0;
 | 
								impl->rate = 0;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue