mirror of
				https://github.com/go-gst/go-gst.git
				synced 2025-11-01 03:52:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package rtp
 | |
| 
 | |
| /*
 | |
| #cgo pkg-config: gstreamer-plugins-base-1.0
 | |
| #cgo LDFLAGS: -lgstrtp-1.0
 | |
| #cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
 | |
| */
 | |
| import "C"
 | 
