Skip to content

h264parse: bypass check for length_size_minus_one

HuQian requested to merge HuQian/gstreamer:length_size_minus_one into main

fix playback fail, when some mp4 with length_size_minus_one == 2

i have a mp4, and do following experiment firstly i can play this file with windows pc but when i modify length_size_minus_one in mp4 binary into 0/1/3, i can not play it with pc.

Merge request reports