mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-23 19:41:57 -08:00
rename Data into Unit (#1556)
This commit is contained in:
parent
25dc252342
commit
e8bdad8a1e
23 changed files with 240 additions and 237 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue