to_string


Description:

public string to_string ()

Converts this to a human-readable string representation.

For debugging purposes its easier to do something like this:

``` C GST_LOG ("features is typeof (unichar2) " GST_PTR_FORMAT, features); ```

This prints the features in human readable form.

Parameters:

this

a CapsFeatures

Returns:

a pointer to string allocated by malloc.