Skip to content

rtpbase(de)payload: add auto-header-extension property

Using RTP header extensions is currently not convenient. Users have to handle signals from the RTP payloader and instantiate the extension element themselves, making it impossible to use with gst-launch.

Adding a property allowing the payloader to automatically try creating extensions. This should help simple use cases and testing using gst-launch.

Based on !1021 (merged)

cc @ocrete & @ystreet

Merge request reports