gstreamer/docs/libs
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
..
.gitignore gitignore: remove bogus *.sgml wildcard - these files are tracked in git 2009-05-19 17:50:24 +01:00
compiling.sgml gst: Update versioning 2012-04-04 14:55:15 +02:00
gst-plugins-base-libs-docs.sgml video: Add support for VANC and Closed Caption 2018-04-09 15:15:24 +02:00
gst-plugins-base-libs-overrides.txt first stab at documenting elements 2005-08-05 17:13:10 +00:00
gst-plugins-base-libs-sections.txt sdp: Add new constructor, sdp_message_from_text 2018-06-11 20:21:08 +02:00
gst-plugins-base-libs.types docs/libs: The big spring cleanup 2018-04-02 08:53:28 +02:00
Makefile.am docs/libs: The big spring cleanup 2018-04-02 08:53:28 +02:00
meson.build docs: update api decorators to ignore 2018-03-13 12:16:42 +00:00