Blender Git Commit Log

Git Commits -> Revision 81514b0

Revision 81514b0 by Richard Antalik (master)
October 15, 2021, 21:20 (GMT)
Fix T91012: Scene strip doesn't play audio

Issue was caused by adding `seq->sound` check in ded68fb10275 in
function `BKE_sound_scene_add_scene_sound` as `offset_time` field was
introduced to resolve sub-frame a/v misalignment.

Scene strips don't have `bSound` allocated but also don't suffer from
a/v misalignment.

Remove `seq->sound` check and don't apply any offset for scene strips.

Reviewed By: zeddb, sergey

Differential Revision: https://developer.blender.org/D12819

Commit Details:

Full Hash: 81514b0e913b03ab7fb6aa779d23a1d651ad82b7
Parent Commit: 9a3c7da
Lines Changed: +6, -10

2 Modified Paths:

/source/blender/blenkernel/intern/sound.c (+4, -4) (Diff)
/source/blender/sequencer/intern/sound.c (+2, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021