Skip to content

rtpbasepayload: fix header extension length calculation

Jakub Adam requested to merge xhaakon/gst-plugins-base:hdrext into master

Since ternary operator has the lowest precedence in the expressions at hand, wordlen would always incorrectly yield 0 or 1.

Merge request reports