mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Set keyframe flag on audio samples.
This commit is contained in:
parent
6669a93ae3
commit
d36111d9f9
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ func (t *diskTrack) writeBuffered(force bool) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
keyframe = true
|
||||||
if t.writer == nil {
|
if t.writer == nil {
|
||||||
if !t.conn.hasVideo {
|
if !t.conn.hasVideo {
|
||||||
err := t.conn.initWriter(0, 0)
|
err := t.conn.initWriter(0, 0)
|
||||||
|
|
Loading…
Reference in a new issue