[Bug 738319] rtpsession: fix Early Feedback Transmission

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 22 04:15:31 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738319
  GStreamer | gst-plugins-good | 1.4.1

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #5 from Wim Taymans <wim.taymans at gmail.com> 2014-10-22 11:15:26 UTC ---
commit e6504e3a65e2c99a7722bf3f396cc1b41917d65c
Author: Miguel París Díaz <mparisdiaz at gmail.com>
Date:   Fri Oct 10 19:50:06 2014 +0200

    rtpsession: fix Early Feedback Transmission

    In early retransmission we are allowed to schedule 1 regular RTCP packet
    at an earlier time. When we do that, we need to set allow_early to FALSE
    and ignore/drop (or merge) all future requests for early transmission.
    We now first check if we can schedule an early RTCP and if we can,
    actually prepare the data for the next RTCP interval.

    After we send the next regular RTCP after the early RTCP, we set
    allow_early to TRUE again to allow more early requests.

    Remove the condition for the immediate feedback for now.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=738319

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list