diff options
author | Johann Prieur <johann.prieur at gmail.com> | 2009-04-14 16:45:20 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-04-14 16:45:20 +0200 |
commit | 86edcadc43b66d9f735e04b51e5e10bbb135e258 (patch) | |
tree | 2634dbec1b2af261a5b0edaf4ff549530cfedd62 /docs | |
parent | 5eed96dc06b73a63b9401265baed281e49b2dbf4 (diff) |
RTCP: add beginnings of Feedback messages
Add the beginnings of parsing and constructing Feedback messages.
Fixes #577610.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |