GNOME Bugzilla – Bug 789742
sdpmessage: do not append NULL value for session-level attr
Last modified: 2017-11-01 06:12:28 UTC
Created attachment 362712 [details] [review] sdpmessage: do not append NULL value for session-level attr sdpmessage: do not append NULL value for session-level attr If an attribute is defined without value, the generated text should be 'a=key' rather than 'a=key:'. For media-level, it has already been done.
commit d100180ce3838c9705c23ce03e69fa9ba921a5ae Author: Justin Kim <justin.kim@collabora.com> Date: Wed Nov 1 12:44:59 2017 +0900 sdpmessage: do not append NULL value for session-level attr If an attribute is defined without value, the generated text should be 'a=key' rather than 'a=key:'. For media-level, it has already been done. https://bugzilla.gnome.org/show_bug.cgi?id=789742