mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	media-session: add info when suspending a node
This commit is contained in:
		
							parent
							
								
									158c23b2fd
								
							
						
					
					
						commit
						7092effaab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@ static void idle_timeout(void *data, uint64_t expirations)
 | 
				
			||||||
	struct impl *impl = node->impl;
 | 
						struct impl *impl = node->impl;
 | 
				
			||||||
	struct spa_command *cmd = &SPA_NODE_COMMAND_INIT(SPA_NODE_COMMAND_Suspend);
 | 
						struct spa_command *cmd = &SPA_NODE_COMMAND_INIT(SPA_NODE_COMMAND_Suspend);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pw_log_debug(NAME " %p: node %d idle timeout", impl, node->id);
 | 
						pw_log_info(NAME " %p: node %d suspend", impl, node->id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	remove_idle_timeout(node);
 | 
						remove_idle_timeout(node);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue