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 789743 - rtcpbuffer: add XR type
rtcpbuffer: add XR type
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 789746
 
 
Reported: 2017-11-01 05:02 UTC by Justin Kim
Modified: 2017-11-01 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtcpbuffer: add XR type (1.69 KB, patch)
2017-11-01 05:02 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2017-11-01 05:02:33 UTC
Created attachment 362713 [details] [review]
rtcpbuffer: add XR type

RTCP XR provides supplements information of the report blocks
from SR and RR. This patch is for downgrading warnings when
XR is detected before implementing entire block types of RFC3611.
Comment 1 Sebastian Dröge (slomo) 2017-11-01 08:54:31 UTC
commit 33709106e921ecd2997e91b1361d160a0f94fe60 (HEAD -> master)
Author: Justin Kim <justin.kim@collabora.com>
Date:   Wed Nov 1 13:52:50 2017 +0900

    rtcpbuffer: Add XR type
    
    RTCP XR provides supplements information of the report blocks
    from SR and RR. This patch is for downgrading warnings when
    XR is detected before implementing entire block types of RFC3611.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789743