Mathieu Duponchelle a4a27fdca8 sdp: Add new constructor, sdp_message_from_text
Helper function for bindings, in python for example
users can now replace:

res, msg = GstSdp.SDPMessage.new()
GstSdp.sdp_message_parse_buffer(bytes(text.encode()), msg)

with:

res, msg = GstSdp.SDPMessage.new_from_text(text)

https://bugzilla.gnome.org/show_bug.cgi?id=796563
2018-06-11 20:21:08 +02:00
..
2018-04-02 08:53:28 +02:00
2018-04-02 08:53:28 +02:00
2018-03-13 12:16:42 +00:00
2018-03-13 12:16:42 +00:00
2018-03-13 12:16:42 +00:00