Converts features to a human-readable string representation.
For debugging purposes its easier to do something like this:
GST_LOG ("features is %" GST_PTR_FORMAT, features);
his prints the features in human readable form.
Free-function: g_free
a pointer to string allocated by g_malloc(). g_free() after usage.
1.2
Converts features to a human-readable string representation.
For debugging purposes its easier to do something like this:
GST_LOG ("features is %" GST_PTR_FORMAT, features);
his prints the features in human readable form.
Free-function: g_free