mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
codec is video & audio.
This commit is contained in:
@ -145,7 +145,7 @@ func (manager *StreamSinkManagerCtx) createPipeline() error {
|
||||
}
|
||||
|
||||
appsinkSubfix := "audio"
|
||||
if codec.IsVideo(manager.codec.Type) {
|
||||
if manager.codec.IsVideo() {
|
||||
appsinkSubfix = "video"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user