Skip to content

rtpsession: emit a signal when received RTCP XR

Olivier Crête requested to merge ocrete/gst-plugins-good:rtcp-xr into master

According to RFC3611, XR packet has multiple extended report blocks. The "on-receiving-rtcp-xr" signal will send GstValueList which contains GstStructure that has all parsed the information of XR blocks.

Closes #422

Merge request reports