sdp: Parse the RFC5576 Source-specific media SDP attributes into caps
authorSebastian Dröge <sebastian@centricular.com>
Thu, 7 Apr 2022 16:36:25 +0000 (19:36 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 20 Apr 2022 14:40:25 +0000 (14:40 +0000)
commit06f90deb5f1cbf2a726c591ccc44d441a9903808
tree1300d9cec0013a93614dd4b500a0ab5dac9db14c
parenta91b1c64a1a556593fafd91679750578726926d5
sdp: Parse the RFC5576 Source-specific media SDP attributes into caps

The format of the caps fields is
    ssrc-(SSRC_VALUE)-(ATTRIBUTE_NAME)=(ATTRIBUTE_VALUE)
.

Parsing of the attributes from the caps into the SDP is not implemented
as this depends not only a single stream's caps but on the whole rtpbin
configuration.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2132>
subprojects/gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c