mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	mem: remove memory stuff
Remove the memory stuff from the spa API, we can do thing more simple and efficiently if we always allocate buffers outside of the plugins and only implement an alloc function on the node when it can do something clever. Move serialize code to the props/format/buffer code Make it possible to copy a format and properties.
This commit is contained in:
		
							parent
							
								
									fe37e2bc1b
								
							
						
					
					
						commit
						24108e01c1
					
				
					 46 changed files with 901 additions and 1546 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,6 @@
 | 
			
		|||
#include <pinos/client/pinos.h>
 | 
			
		||||
#include <pinos/server/daemon.h>
 | 
			
		||||
#include <pinos/server/module.h>
 | 
			
		||||
#include <spa/include/spa/memory.h>
 | 
			
		||||
 | 
			
		||||
#include "daemon-config.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -37,7 +36,6 @@ main (gint argc, gchar *argv[])
 | 
			
		|||
  GError *err = NULL;
 | 
			
		||||
 | 
			
		||||
  pinos_init (&argc, &argv);
 | 
			
		||||
  spa_memory_init ();
 | 
			
		||||
 | 
			
		||||
  loop = g_main_loop_new (NULL, FALSE);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue