gstreamer/gst-libs/gst/sdp
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
..
gstmikey.c libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstmikey.h libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstsdp.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 17:13:10 +00:00
gstsdpmessage.c sdp: Add new constructor, sdp_message_from_text 2018-06-11 20:21:08 +02:00
gstsdpmessage.h sdp: Add new constructor, sdp_message_from_text 2018-06-11 20:21:08 +02:00
Makefile.am libs: g-ir-scanner: do not hardcode libtool path 2018-05-18 13:41:25 +02:00
meson.build sdp: GST_EXPORT -> GST_SDP_API 2018-03-13 12:16:42 +00:00
sdp-prelude.h sdp: GST_EXPORT -> GST_SDP_API 2018-03-13 12:16:42 +00:00
sdp.h sdp: GST_EXPORT -> GST_SDP_API 2018-03-13 12:16:42 +00:00