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-03-20 09:15:38 +00:00
2012-11-03 23:05:09 +00:00
2005-08-05 17:13:10 +00:00
2017-08-08 00:13:01 +01:00
2012-04-04 14:55:15 +02:00