GNOME Bugzilla – Bug 698558
sdp: make it possible to modify session/media attributes
Last modified: 2013-04-24 12:17:32 UTC
Created attachment 242128 [details] [review] sdp: modify attributes The attached patch extends the current sdp API, making it possible to modify session and media attributes.
I added some more methods to modify the SDP: commit 85debdcf0520da7d66656bad8d18200b619bb3c3 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Apr 23 15:23:05 2013 +0200 sdp: add more functions to modify the sdp message Add functions to insert, replace and remove various sdp message fields and structures. See: https://bugzilla.gnome.org/show_bug.cgi?id=698558 commit b9933dd6a32ebc19758c2bda735fcfd4cc6a13e3 Author: Patricia Muscalu <patricia at axis.com> Date: Wed Apr 24 14:13:43 2013 +0200 tests: add SDP modify test Fixes https://bugzilla.gnome.org/show_bug.cgi?id=698558