Skip to content

rtp: Port remaining depayloaders to read header extensions from aggregated buffers

Patch series that enables RTP header extension aggregation for almost all depayloaders that use GstAdapter to aggregate buffers. With these exceptions:

  • rtpqdmdepay
  • rtpmparobustdepay because these do not really fit into the header aggregation API.

Fixes #2917 (closed)

Merge request reports