mirror of
				https://github.com/go-gst/go-gst.git
				synced 2025-10-31 03:26:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package gstwebrtc_test
 | |
| 
 | |
| import (
 | |
| 	"testing"
 | |
| )
 | |
| 
 | |
| func TestRTPTransceiverGValueMarshal(t *testing.T) {
 | |
| 	t.Skip("Not implemented, because we don't have a constructor for RTPTransceiver")
 | |
| }
 | 
