Archived
2
0

codec is video & audio.

This commit is contained in:
Miroslav Šedivý
2023-01-29 18:22:48 +01:00
parent 89737dd4ce
commit 8d0468ea62
2 changed files with 9 additions and 9 deletions

View File

@ -145,7 +145,7 @@ func (manager *StreamSinkManagerCtx) createPipeline() error {
}
appsinkSubfix := "audio"
if codec.IsVideo(manager.codec.Type) {
if manager.codec.IsVideo() {
appsinkSubfix = "video"
}