balazskreith / gst-mprtp

Gstreamer plugin for MPRTP protocol, FRACTaL congestion control algorithm
Other
13 stars 5 forks source link

Refactoring bintree and swpercentile #2

Closed balazskreith closed 7 years ago

balazskreith commented 7 years ago

Tasks:

  1. Do a refactoring for bintree in order to pop the top and bottom node not deref
  2. Do a refactor for swpercentile for handling the deviation from the desired ratio due to duplicated values in bintrees as an effect of pop operation.

Reason: