TagList.mergeStringsWithComma

This is a convenience function for the func argument of gst_tag_register(). It concatenates all given strings using a comma. The tag must be registered as a G_TYPE_STRING or this function will fail.

class TagList
static
void
mergeStringsWithComma

Parameters

dest Value

uninitialized GValue to store result in

src Value

GValue to copy from

Meta