mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	audiotestsrc: set stride correctly
This commit is contained in:
		
							parent
							
								
									a5d17ba6d1
								
							
						
					
					
						commit
						f9d6a42f63
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -605,7 +605,7 @@ impl_node_port_enum_params(void *object, int seq,
 | 
			
		|||
							MAX_SAMPLES * port->bpf,
 | 
			
		||||
							16 * port->bpf,
 | 
			
		||||
							INT32_MAX),
 | 
			
		||||
			SPA_PARAM_BUFFERS_stride,  SPA_POD_Int(0),
 | 
			
		||||
			SPA_PARAM_BUFFERS_stride,  SPA_POD_Int(port->bpf),
 | 
			
		||||
			SPA_PARAM_BUFFERS_align,   SPA_POD_Int(16));
 | 
			
		||||
		break;
 | 
			
		||||
	case SPA_PARAM_Meta:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue