GNOME Bugzilla – Bug 789841
sdpmessage: allow setting NULL to _add_attribute
Last modified: 2017-11-03 06:58:39 UTC
Created attachment 362864 [details] [review] sdpmessage: add_attribute accepts NULL value The attribute can be defined without value regardless session-level or media-level. Although `gst_sdp_message_insert_attribute` can be used to set NULL, it would be easier if `gst_sdp_message_add_attribute` accepts NULL.
Created attachment 362866 [details] [review] sdpmessage: add_attribute accepts NULL value
commit 91179622eb3b4b51785b4f19dc8a033fbeeda492 Author: Justin Kim <justin.kim@collabora.com> Date: Wed Nov 1 11:23:17 2017 +0900 sdpmessage: add_attribute accepts NULL value The attribute can be defined without value regardless session-level or media-level. Although `gst_sdp_message_insert_attribute` can be used to set NULL, it would be easier if `gst_sdp_message_add_attribute` accepts NULL. https://bugzilla.gnome.org/show_bug.cgi?id=789841