Skip to content

qtdemux: fix cbcs issue

lmx2023 requested to merge lmx2023/gstreamer:qtdemux-cbcs-issue into main

Issue: cbcs playback failed

Analyze: as crypto info is null, the video stream is clear, at the time add crypto info from sample property to stream, it will be regared as secure data.DRM will decrypt it to error data, and decoder drv will decode it wrong.

Solution: align cbcs to cenc, when crypto info is null, just only print log, as is it is clear stream.

Edited by lmx2023

Merge request reports