serialize


Description:

[ Version ( since = "1.20" ) ]
public string serialize (SerializeFlags flags)

Converts this to a human-readable string representation.

This version of the caps serialization function introduces support for nested structures and caps but the resulting strings won't be parsable with GStreamer prior to 1.20 unless BACKWARD_COMPAT is passed as flag.

Free-function: g_free

Parameters:

this

a Structure

flags

The flags to use to serialize structure

Returns:

a pointer to string allocated by malloc. g_free after usage.