mirror of
https://github.com/jech/galene.git
synced 2024-11-12 19:55:59 +01:00
Warn when attempting to record unsupported codec.
This commit is contained in:
parent
f4379f7a8c
commit
26ca4f7969
1 changed files with 4 additions and 0 deletions
|
@ -270,6 +270,10 @@ func newDiskConn(client *Client, directory, label string, up conn.Up, remoteTrac
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
conn.hasVideo = true
|
conn.hasVideo = true
|
||||||
|
default:
|
||||||
|
client.group.WallOps(
|
||||||
|
"Cannot record codec " + codec.MimeType,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
track := &diskTrack{
|
track := &diskTrack{
|
||||||
remote: remote,
|
remote: remote,
|
||||||
|
|
Loading…
Reference in a new issue