Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8, 6.9
-
None
Description
In out test function tst_QMediaRecorderBackend::record_writesVideo_withAllSupportedVideoFormats, the CaptureSessionFixture produces video files containing packets with undefined presentation timestamps. These show up in QFFmpeg::Demuxer as AVPacket with pts property set to AV_NOPTS_VALUE.
We should make sure the demuxer deals with these packets in a sensible way.