mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-03 10:30:52 +08:00
add webrtc and sdp subpackage
This commit is contained in:
9
gst/gstwebrtc/rtp_transceiver_test.go
Normal file
9
gst/gstwebrtc/rtp_transceiver_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package gstwebrtc_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRTPTransceiverGValueMarshal(t *testing.T) {
|
||||
t.Skip("Not implemented, because we don't have a constructor for RTPTransceiver")
|
||||
}
|
||||
Reference in New Issue
Block a user