av1parse: Continue when we fail to detect the alignment.
authorHe Junyan <junyan.he@intel.com>
Fri, 4 Feb 2022 03:40:18 +0000 (11:40 +0800)
committerHe Junyan <junyan.he@intel.com>
Fri, 11 Feb 2022 06:20:13 +0000 (14:20 +0800)
commit348658dd0a268bb5be91b289b019a66f03603d94
tree8456f9f0eeb664d4224dc487b3e4306c7a012794
parent32633a9a1471de94e436c1816fb4efd7b195016c
av1parse: Continue when we fail to detect the alignment.

Some streams may have problematic OBUs at the beginning, which causes
the parse fail to detect the alignment and return error. For example,
there may be verbose OBUs before a valid sequence, which should be
discarded until we meet a valid sequence. We should let the parse
continue when we meet such cases, rather than just return error.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1634>
subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c