-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
6.10.0 RC
-
None
Environment:
MacOS 15.6.1
Qt Creator 18.0.0
Qt 6.10 RC
Steps to reproduce:
- Run audio recorder example and record a sample with MPEG-4 cotnainer and FLAC codec.
- Run QML media player app and play recorded file.
- Using audio recorder app overwrite previously recorded file with the same settings.
- Play the overwritten audio file.
Expected: The file is played without any errors.
Actual: The error pops up - the file cannot be played:
[flac @ 0x7f9eb62a2980] decode_frame() failed [flac @ 0x7f9eb62a3000] invalid sync code [flac @ 0x7f9eb62a3000] invalid frame header [flac @ 0x7f9eb62a3000] decode_frame() failed [flac @ 0x7f9eb62a3640] invalid sync code [flac @ 0x7f9eb62a3640] invalid frame header [flac @ 0x7f9eb62a3640] decode_frame() failed [flac @ 0x7f9eb62a3cc0] invalid sync code [flac @ 0x7f9eb62a3cc0] invalid frame header [flac @ 0x7f9eb62a3cc0] decode_frame() failed [flac @ 0x7f9eb629e380] invalid sync code [flac @ 0x7f9eb629e380] invalid frame header [flac @ 0x7f9eb629e380] decode_frame() failed [flac @ 0x7f9eb629e9c0] invalid sync code [flac @ 0x7f9eb629e9c0] invalid frame header [flac @ 0x7f9eb629e9c0] decode_frame() failed [flac @ 0x7f9eb629f040] invalid sync code [flac @ 0x7f9eb629f040] invalid frame header [flac @ 0x7f9eb629f040] decode_frame() failed [flac @ 0x7f9eb629f680] invalid sync code [flac @ 0x7f9eb629f680] invalid frame header [flac @ 0x7f9eb629f680] decode_frame() failed [flac @ 0x7f9eb629fd00] invalid sync code [flac @ 0x7f9eb629fd00] invalid frame header [flac @ 0x7f9eb629fd00] decode_frame() failed [flac @ 0x7f9eb62a0340] invalid sync code [flac @ 0x7f9eb62a0340] invalid frame header [flac @ 0x7f9eb62a0340] decode_frame() failed [flac @ 0x7f9eb62a09c0] invalid sync code [flac @ 0x7f9eb62a09c0] invalid frame header [flac @ 0x7f9eb62a09c0] decode_frame() failed [flac @ 0x7f9eb62a1000] invalid sync code [flac @ 0x7f9eb62a1000] invalid frame header [flac @ 0x7f9eb62a1000] decode_frame() failed
NOTE: The problem seems to be with the media player app which may cache the file. When I do the same, but skip step 2 (play the originally recorded file) then the overwritten file is played without any problems. Anyway, I report this one as it may reveals some problems.
- relates to
-
QTQAINFRA-7405 Qt Test Attack - 09, 2025
-
- Open
-