[Bug 760027] [API] value, tag lists, caps: add pretty serialization
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 31 06:45:15 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=760027
--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 318071
--> https://bugzilla.gnome.org/attachment.cgi?id=318071&action=edit
caps, structure, taglist: add _to_pretty_string() variants
Add _to_pretty_string() variants of caps/structure/taglist
to_string() functions. These will return a string for display
that might not be abbreviated or not escaped and thus can't
be deserialized again. Helps serializing caps or taglists
that contain large buffers, the exact content of which is
often not that important.
Also add gst_structure_serialize_into() which is useful when
serializing caps.
API: gst_structure_serialize_into
API: gst_structure_to_pretty_string
API: gst_tag_list_to_pretty_string
API: gst_caps_to_pretty_string
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list