Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SPA_CHUNK_FLAG_CORRUPTED and SPA_META_HEADER_FLAG_CORRUPTED flags to
determine corrupted buffers or corrupted buffer data. We used to only rely on compositors setting chunk->size, but this doesn't make sense for dmabufs where they have to make up arbitrary values. It also looks this is not reliable and can cause glitches as we end up processing corrupted buffers. The original patch is rebased with `observer_` related code removed since our branch does not have that. See: https://webrtc-review.googlesource.com/c/src/+/349881 Co-Authored-By: Jan Grulich <grulja@gmail.com>
- Loading branch information