Skip to content

h265parser: Skip unused SEI bits differently

Jan Schmidt requested to merge thaytan/gst-plugins-bad:h265parser-sei-fix into master

3-byte emulation bytes can confuse the current code that skips bits at the end of an SEI. Use a simpler method that's also quicker because it skips all remaining bits in one go instead of 1 bit at a time.

Merge request reports