mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
							parent
							
								
									648dfc0250
								
							
						
					
					
						commit
						2d71d02f40
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -332,7 +332,7 @@ static int flush_messages(struct client *client)
 | 
				
			||||||
			data = m->data + idx;
 | 
								data = m->data + idx;
 | 
				
			||||||
			size = m->length - idx;
 | 
								size = m->length - idx;
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			if (debug_messages)
 | 
								if (debug_messages && m->channel == SPA_ID_INVALID)
 | 
				
			||||||
				message_dump(SPA_LOG_LEVEL_INFO, m);
 | 
									message_dump(SPA_LOG_LEVEL_INFO, m);
 | 
				
			||||||
			message_free(client, m, true, false);
 | 
								message_free(client, m, true, false);
 | 
				
			||||||
			client->out_index = 0;
 | 
								client->out_index = 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue