rtp: generic extension API
As discussed on !706 (comment 539700) we'd like to have a generic API to handle RTP extensions in payloaders and depayloaders.
Design goals:
- Each extension is associated with a
GstMeta
- scalable: no need to add new properties for each new extension.
- extensible: applications can define their own custom extensions.
Let's discuss its design here.