mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-04 15:22:48 +08:00
rename Data into Unit (#1556)
This commit is contained in:
@@ -32,7 +32,7 @@ func TestGenericRemovePadding(t *testing.T) {
|
||||
PaddingSize: 20,
|
||||
}
|
||||
|
||||
err = p.Process(&DataGeneric{
|
||||
err = p.Process(&UnitGeneric{
|
||||
RTPPackets: []*rtp.Packet{pkt},
|
||||
}, false)
|
||||
require.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user