matroska: Fix AV1 alignment to TU
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 2 Mar 2022 21:31:24 +0000 (16:31 -0500)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 4 Mar 2022 21:58:15 +0000 (21:58 +0000)
commit0f155808538ea5bab0bde2353b1dc0e3260039a9
tree2b96bd8908dd91e6aeaafe946a2b84c671bddd44
parentf6c070fbff3c0b323c9fca1c0cf252221f39d7fa
matroska: Fix AV1 alignment to TU

Matroska stores AV1 in temporal unit, so that all OBU sharing the same
timestamp are put together. This was previously just assumed, which isn't
safe now that we have more alignments.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1837>
subprojects/gst-plugins-good/gst/matroska/matroska-demux.c
subprojects/gst-plugins-good/gst/matroska/matroska-mux.c