mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	source-output -> channel
Rename the source-output object to channel because it is used for both input and output. Start the beginnings of sink support. This will make it possible to make pinos consume data as well as provide data.
This commit is contained in:
		
							parent
							
								
									76afc1e330
								
							
						
					
					
						commit
						7597e48e02
					
				
					 23 changed files with 954 additions and 633 deletions
				
			
		| 
						 | 
				
			
			@ -41,7 +41,8 @@ struct _PinosContextPrivate
 | 
			
		|||
 | 
			
		||||
  GList *clients;
 | 
			
		||||
  GList *sources;
 | 
			
		||||
  GList *source_outputs;
 | 
			
		||||
  GList *sinks;
 | 
			
		||||
  GList *channels;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void                   pinos_subscribe_get_proxy          (PinosSubscribe      *subscribe,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue