mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	properties: pass PinosProperties around
Pass PinosProperties around instead of GVariant. This is much easier to deal with.
This commit is contained in:
		
							parent
							
								
									c77d7718a2
								
							
						
					
					
						commit
						31da833069
					
				
					 18 changed files with 248 additions and 120 deletions
				
			
		| 
						 | 
				
			
			@ -386,6 +386,7 @@ pinos_source_output_class_init (PinosSourceOutputClass * klass)
 | 
			
		|||
                                                       "The possbile formats of the stream",
 | 
			
		||||
                                                       G_TYPE_BYTES,
 | 
			
		||||
                                                       G_PARAM_READWRITE |
 | 
			
		||||
                                                       G_PARAM_CONSTRUCT |
 | 
			
		||||
                                                       G_PARAM_STATIC_STRINGS));
 | 
			
		||||
 | 
			
		||||
  g_object_class_install_property (gobject_class,
 | 
			
		||||
| 
						 | 
				
			
			@ -395,6 +396,7 @@ pinos_source_output_class_init (PinosSourceOutputClass * klass)
 | 
			
		|||
                                                       "The requested format of the stream",
 | 
			
		||||
                                                       G_TYPE_BYTES,
 | 
			
		||||
                                                       G_PARAM_READABLE |
 | 
			
		||||
                                                       G_PARAM_CONSTRUCT |
 | 
			
		||||
                                                       G_PARAM_STATIC_STRINGS));
 | 
			
		||||
 | 
			
		||||
  g_object_class_install_property (gobject_class,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue