mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a notification
This commit is contained in:
		
							parent
							
								
									e335b3d6ca
								
							
						
					
					
						commit
						3bccb704b6
					
				
					 3 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -618,9 +618,9 @@ void pa_source_output_set_name(pa_source_output *o, const char *name) {
 | 
			
		|||
/* Called from main thread */
 | 
			
		||||
void pa_source_output_update_proplist(pa_source_output *o, pa_update_mode_t mode, pa_proplist *p) {
 | 
			
		||||
    pa_source_output_assert_ref(o);
 | 
			
		||||
    pa_assert(p);
 | 
			
		||||
 | 
			
		||||
    pa_proplist_update(o->proplist, mode, p);
 | 
			
		||||
    if (p)
 | 
			
		||||
        pa_proplist_update(o->proplist, mode, p);
 | 
			
		||||
 | 
			
		||||
    if (PA_SINK_IS_LINKED(o->state)) {
 | 
			
		||||
        pa_hook_fire(&o->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_PROPLIST_CHANGED], o);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue