mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	module-rtp/stream: Add setter for property
This commit is contained in:
		
							parent
							
								
									1200bd7d20
								
							
						
					
					
						commit
						89d935c9f6
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -550,6 +550,13 @@ uint16_t rtp_stream_get_seq(struct rtp_stream *s)
 | 
			
		|||
	return impl->seq;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void rtp_stream_set_first(struct rtp_stream *s)
 | 
			
		||||
{
 | 
			
		||||
	struct impl *impl = (struct impl*)s;
 | 
			
		||||
 | 
			
		||||
	impl->first = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int rtp_stream_set_param(struct rtp_stream *s, uint32_t id, const struct spa_pod *param)
 | 
			
		||||
{
 | 
			
		||||
	struct impl *impl = (struct impl*)s;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue