mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
a4a27fdca8
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 |
||
---|---|---|
.. | ||
.gitignore | ||
compiling.sgml | ||
gst-plugins-base-libs-docs.sgml | ||
gst-plugins-base-libs-overrides.txt | ||
gst-plugins-base-libs-sections.txt | ||
gst-plugins-base-libs.types | ||
Makefile.am | ||
meson.build |