mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-29 18:01:07 +02:00
Update package srt with Quality structure
This commit is contained in:
@ -22,7 +22,10 @@ func TestWithOneStream(t *testing.T) {
|
||||
}
|
||||
|
||||
// Create a quality
|
||||
quality := stream.CreateQuality("source")
|
||||
quality, err := stream.CreateQuality("source")
|
||||
if err != nil {
|
||||
t.Errorf("Failed to create quality")
|
||||
}
|
||||
|
||||
// Register one output
|
||||
output := make(chan []byte, 64)
|
||||
|
Reference in New Issue
Block a user