mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	client-node: set parent id and owner
Make sure we set the right parent id and owner for the client node and client-stream Move the remote id in the proxy object and use it in the stream to get the node id.
This commit is contained in:
		
							parent
							
								
									fe03ec8bde
								
							
						
					
					
						commit
						79a3b594f9
					
				
					 11 changed files with 39 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,8 @@ struct pw_client_stream {
 | 
			
		|||
 | 
			
		||||
struct pw_client_stream *
 | 
			
		||||
pw_client_stream_new(struct pw_resource *resource,
 | 
			
		||||
		   struct pw_properties *properties);
 | 
			
		||||
		     struct pw_global *parent,
 | 
			
		||||
		     struct pw_properties *properties);
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
pw_client_stream_destroy(struct pw_client_stream *stream);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue