mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulsevideo: add gstreamer elements
Add custom gstreamer elements to pad/depay Add pv_init() to register new elements
This commit is contained in:
		
							parent
							
								
									3ddd7a60a7
								
							
						
					
					
						commit
						8b02c9040a
					
				
					 14 changed files with 898 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,8 @@
 | 
			
		|||
#include <gio/gio.h>
 | 
			
		||||
#include <gst/gst.h>
 | 
			
		||||
 | 
			
		||||
#include "server/pv-daemon.h"
 | 
			
		||||
#include <client/pulsevideo.h>
 | 
			
		||||
#include <server/pv-daemon.h>
 | 
			
		||||
 | 
			
		||||
gint
 | 
			
		||||
main (gint argc, gchar *argv[])
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +29,7 @@ main (gint argc, gchar *argv[])
 | 
			
		|||
  PvDaemon *daemon;
 | 
			
		||||
  GMainLoop *loop;
 | 
			
		||||
 | 
			
		||||
  gst_init (&argc, &argv);
 | 
			
		||||
  pv_init (&argc, &argv);
 | 
			
		||||
 | 
			
		||||
  loop = g_main_loop_new (NULL, FALSE);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue