mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	types: more work on types
This commit is contained in:
		
							parent
							
								
									acedfe71c0
								
							
						
					
					
						commit
						5825c62d6d
					
				
					 76 changed files with 1713 additions and 1477 deletions
				
			
		| 
						 | 
				
			
			@ -131,7 +131,7 @@ on_global_added (PinosListener *listener,
 | 
			
		|||
{
 | 
			
		||||
  ModuleImpl *impl = SPA_CONTAINER_OF (listener, ModuleImpl, global_added);
 | 
			
		||||
 | 
			
		||||
  if (global->type == impl->core->uri.node) {
 | 
			
		||||
  if (global->type == impl->core->type.node) {
 | 
			
		||||
    PinosNode *node = global->object;
 | 
			
		||||
    NodeInfo *info;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -153,7 +153,7 @@ on_global_removed (PinosListener *listener,
 | 
			
		|||
{
 | 
			
		||||
  ModuleImpl *impl = SPA_CONTAINER_OF (listener, ModuleImpl, global_removed);
 | 
			
		||||
 | 
			
		||||
  if (global->type == impl->core->uri.node) {
 | 
			
		||||
  if (global->type == impl->core->type.node) {
 | 
			
		||||
    PinosNode *node = global->object;
 | 
			
		||||
    NodeInfo *info;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue