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 750326 - srtp: Allow getting ssrc of more package types than RR and SR
srtp: Allow getting ssrc of more package types than RR and SR
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-03 10:19 UTC by Jose Antonio Santos Cadenas
Modified: 2015-06-05 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
srtp: Allow getting ssrc of more package types than RR and SR (911 bytes, patch)
2015-06-03 10:19 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2015-06-03 10:19:58 UTC
Created attachment 304473 [details] [review]
srtp: Allow getting ssrc of more package types than RR and SR

Attached is a patch that enables decription and encription of reduce size rtcp packages.
Comment 1 Sebastian Dröge (slomo) 2015-06-03 10:23:46 UTC
Comment on attachment 304473 [details] [review]
srtp: Allow getting ssrc of more package types than RR and SR

Looks ok, I'll merge it later
Comment 2 Jose Antonio Santos Cadenas 2015-06-03 10:51:30 UTC
This patch is independent of https://bugzilla.gnome.org/show_bug.cgi?id=750325 it is related because both are adding support for reduced size rtcp
Comment 3 Sebastian Dröge (slomo) 2015-06-05 08:20:03 UTC
commit adcf3f48a51499826777b44b6ed5c1d269fcd278
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed Jun 3 12:17:19 2015 +0200

    srtp: Allow getting ssrc of more package types than RR and SR
    
    This allows decrypting reduce size packages. See RFC 5506
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750326