tagMergeStringsWithComma

fnvoid tagMergeStringsWithComma(out gobject.value.Value dest, gobject.value.Value src)

This is a convenience function for the func argument of [gst.global.tagRegister]. It concatenates all given strings using a comma. The tag must be registered as a G_TYPE_STRING or this function will fail.

Parameters

destuninitialized GValue to store result in
srcGValue to copy from