mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Add videotestsrc
This commit is contained in:
		
							parent
							
								
									bd7009756c
								
							
						
					
					
						commit
						badd9fd366
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -248,6 +248,7 @@ module_spa_la_SOURCES = \
 | 
			
		|||
		modules/spa/spa-audiotestsrc.c \
 | 
			
		||||
		modules/spa/spa-alsa-monitor.c \
 | 
			
		||||
		modules/spa/spa-v4l2-monitor.c \
 | 
			
		||||
		modules/spa/spa-videotestsrc.c \
 | 
			
		||||
		modules/spa/module.c
 | 
			
		||||
module_spa_la_CFLAGS = $(AM_CFLAGS)
 | 
			
		||||
module_spa_la_LDFLAGS = $(MODULE_LDFLAGS)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,6 +24,7 @@
 | 
			
		|||
#include "spa-alsa-monitor.h"
 | 
			
		||||
#include "spa-v4l2-monitor.h"
 | 
			
		||||
#include "spa-audiotestsrc.h"
 | 
			
		||||
#include "spa-videotestsrc.h"
 | 
			
		||||
 | 
			
		||||
gboolean pinos__module_init (PinosModule *module, const gchar * args);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -33,6 +34,7 @@ pinos__module_init (PinosModule * module, G_GNUC_UNUSED const gchar * args)
 | 
			
		|||
  pinos_spa_alsa_monitor_new (module->daemon);
 | 
			
		||||
  pinos_spa_v4l2_monitor_new (module->daemon);
 | 
			
		||||
  pinos_spa_audiotestsrc_new (module->daemon, "audiotestsrc", NULL);
 | 
			
		||||
  pinos_spa_videotestsrc_new (module->daemon, "videotestsrc", NULL);
 | 
			
		||||
 | 
			
		||||
  return TRUE;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue