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 750327 - rtpssrcdemux: Add support for reduce size rtcp
rtpssrcdemux: Add support for reduce size rtcp
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 750325
Blocks:
 
 
Reported: 2015-06-03 10:25 UTC by Jose Antonio Santos Cadenas
Modified: 2015-06-05 08:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtpssrcdemux: Add support for reduce size rtcp (1.05 KB, patch)
2015-06-03 10:25 UTC, Jose Antonio Santos Cadenas
none Details | Review
rtpssrcdemux: Add support for reduce size rtcp (1.35 KB, patch)
2015-06-03 11:13 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2015-06-03 10:25:27 UTC
Created attachment 304474 [details] [review]
rtpssrcdemux: Add support for reduce size rtcp

This patch add support in rtpssrcdemux for reduce size packages according to https://tools.ietf.org/html/rfc5506
Comment 1 Jose Antonio Santos Cadenas 2015-06-03 10:29:39 UTC
If patch https://bugzilla.gnome.org/show_bug.cgi?id=750325 is not accepted this patch needs to be reworked in order to validation not to fail if package is not compount.
Comment 2 Sebastian Dröge (slomo) 2015-06-03 10:31:42 UTC
Yes :)
Comment 3 Jose Antonio Santos Cadenas 2015-06-03 11:13:45 UTC
Created attachment 304481 [details] [review]
rtpssrcdemux: Add support for reduce size rtcp
Comment 4 Sebastian Dröge (slomo) 2015-06-05 08:30:41 UTC
commit f563176349aa2b2076d33f531b1a8e7511e98a49
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed Jun 3 12:22:42 2015 +0200

    rtpssrcdemux: Add support for reduce size rtcp
    
    According to RFC 5506, reduce size packages can be sent, this
    packages may not be compound, so we need to add support for
    getting ssrc from other types of packages.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750327