[Bug 760027] [API] value, tag lists, caps: add pretty serialization

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 31 06:43:21 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=760027

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 318068
  --> https://bugzilla.gnome.org/attachment.cgi?id=318068&action=edit
value: add serialize_full() API

    Adds two features on top of the existing gst_value_serialize():

     - serialization into a provided GString (useful for
       GstCaps, GstStructure and GstTagList serialization)

     - allows for 'pretty' serialization for display purposes,
       in which case the string may not always be deserializable
       again. This is useful when serializing caps or taglists
       containing huge buffers, which we don't always want to
       print out or log in full.

    API: gst_value_serialize_full
    API: gst_value_serialize_into

-- 
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