mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
add Track.String() method
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
|
||||
func TestTrackJPEGAttributes(t *testing.T) {
|
||||
track := &TrackJPEG{}
|
||||
require.Equal(t, "JPEG", track.String())
|
||||
require.Equal(t, 90000, track.ClockRate())
|
||||
require.Equal(t, "", track.GetControl())
|
||||
}
|
||||
|
Reference in New Issue
Block a user