From 86edcadc43b66d9f735e04b51e5e10bbb135e258 Mon Sep 17 00:00:00 2001 From: Johann Prieur Date: Tue, 14 Apr 2009 16:45:20 +0200 Subject: RTCP: add beginnings of Feedback messages Add the beginnings of parsing and constructing Feedback messages. Fixes #577610. --- docs/libs/gst-plugins-base-libs-sections.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 15d2a9c5..f6393784 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1015,6 +1015,7 @@ GST_RTCP_VALID_VALUE GstRTCPType GstRTCPPacket GstRTCPSDESType +GstRTCPFBType gst_rtcp_buffer_new_take_data gst_rtcp_buffer_new_copy_data @@ -1068,6 +1069,15 @@ gst_rtcp_packet_bye_get_reason_len gst_rtcp_packet_bye_get_reason gst_rtcp_packet_bye_set_reason +gst_rtcp_packet_fb_get_type +gst_rtcp_packet_fb_set_type + +gst_rtcp_packet_fb_get_sender_ssrc +gst_rtcp_packet_fb_set_sender_ssrc + +gst_rtcp_packet_fb_get_media_ssrc +gst_rtcp_packet_fb_set_media_ssrc + gst_rtcp_ntp_to_unix gst_rtcp_unix_to_ntp -- cgit