Skip to content

rtpsession: ignore RTCP packets with invalid type

gst_rtcp_packet_move_to_next expects a valid packet type. Yet, it both evaluates that the type is not invalid (GST_RTCP_TYPE_INVALID) and also, handles the case when the type is invalid (or the packet has padding). The caller rtp_session_process_rtcp should probably handle this case better.

Merge request reports