mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
							parent
							
								
									261144c27f
								
							
						
					
					
						commit
						9bf7be7984
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -46,13 +46,13 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** \cond */
 | 
					/** \cond */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_INPUTS	64
 | 
					#define MAX_INPUTS	1024
 | 
				
			||||||
#define MAX_OUTPUTS	64
 | 
					#define MAX_OUTPUTS	1024
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_BUFFERS	64
 | 
					#define MAX_BUFFERS	64
 | 
				
			||||||
#define MAX_METAS	16u
 | 
					#define MAX_METAS	16u
 | 
				
			||||||
#define MAX_DATAS	64u
 | 
					#define MAX_DATAS	64u
 | 
				
			||||||
#define MAX_AREAS	1024
 | 
					#define MAX_AREAS	2048
 | 
				
			||||||
#define MAX_MIX		128
 | 
					#define MAX_MIX		128
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CHECK_IN_PORT_ID(this,d,p)       ((d) == SPA_DIRECTION_INPUT && (p) < MAX_INPUTS)
 | 
					#define CHECK_IN_PORT_ID(this,d,p)       ((d) == SPA_DIRECTION_INPUT && (p) < MAX_INPUTS)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,6 @@
 | 
				
			||||||
#include "extensions/client-node.h"
 | 
					#include "extensions/client-node.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_MIX	4096
 | 
					#define MAX_MIX	4096
 | 
				
			||||||
#define MAX_IO	32
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** \cond */
 | 
					/** \cond */
 | 
				
			||||||
static bool mlock_warned = false;
 | 
					static bool mlock_warned = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue