After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 577610 - RTCP feedback messages support in GstRTCPPacket
RTCP feedback messages support in GstRTCPPacket
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.23
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-01 13:00 UTC by Johann Prieur
Modified: 2009-04-14 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Basic RTCP feedback packets implementation (6.45 KB, patch)
2009-04-01 13:04 UTC, Johann Prieur
committed Details | Review

Description Johann Prieur 2009-04-01 13:00:12 UTC
Provided patch adds basic coverage of RTCP feedback messages handling to GstRTCPPacket, with respect to RFC4585.

It implements:
 * Two new RTCP packet types: RTPFB and PSFB
 * Functions to deal with SSRCs on RTPFB and PSFB packets
 * Functions to deal with feedback message types of PSFB packets

This should be improved to:
 * Handle feedback message types of RTPFB packets
 * Provide more functions to deal with feedback message types of PSFB packets
Comment 1 Johann Prieur 2009-04-01 13:04:45 UTC
Created attachment 131840 [details] [review]
Basic RTCP feedback packets implementation
Comment 2 Wim Taymans 2009-04-14 14:47:42 UTC
commit 86edcadc43b66d9f735e04b51e5e10bbb135e258
Author: Johann Prieur <johann.prieur at gmail.com>
Date:   Tue Apr 14 16:45:20 2009 +0200

    RTCP: add beginnings of Feedback messages
    
    Add the beginnings of parsing and constructing Feedback messages.
    Fixes #577610.