GNOME Bugzilla – Bug 778013
rtpsession: relate received FIRs and PLIs to source
Last modified: 2017-02-03 08:42:52 UTC
Created attachment 344686 [details] [review] rtpsession: relate received FIRs and PLIs to source Relate received FIRs and PLIs to source in order to: - Avoid ignoring requests for different media sources. - Add SSRC field in the GstForceKeyUnit event.
Review of attachment 344686 [details] [review]: Indeed, this was created when there was a single sending source per session, before the bundle support was added, good catch. That said, your patch doesn't apply on git master, so please rebase it
Created attachment 344767 [details] [review] (master) rtpsession: relate received FIRs and PLIs to source @oliver, you are right the parch was done over 1.8 branch. I am uploading the patch rebased over master ;).
Merged commit 3aa69ca0bb771cfadfe6d1a29ae49da2dc39d8a2 Author: Miguel París Díaz <mparisdiaz@gmail.com> Date: Thu Feb 2 12:55:25 2017 +0100 rtpsession: relate received FIRs and PLIs to source This is needed in order to: - Avoid ignoring requests for different media sources. - Add SSRC field in the GstForceKeyUnit event. https://bugzilla.gnome.org/show_bug.cgi?id=778013
Thanks @olivier ;)