GNOME Bugzilla – Bug 763502
rtpsource: make "sdes" property writable
Last modified: 2018-10-28 12:12:12 UTC
Created attachment 323721 [details] [review] rtpsource: do "sdes" property writable This is needed to change the SDES of the RtpSources
Hello, could we merge this patch or there is some problem? Thanks!!
Review of attachment 323721 [details] [review]: Doing this as the rtpsource level is unsafe if it can change at runtime, it needs to be protected by the rtpsession lock. See the attached patch that allows changing it at the session level instead.
Created attachment 373945 [details] [review] rtpsession: Allow changing the SDES at runtime Make it possible to modify the SDES in a packet at runtime.
Attachment 373945 [details] pushed as cc69c87 - rtpsession: Allow changing the SDES at runtime