tag_merge_strings_with_comma

function tag_merge_strings_with_comma(src:GObject.Value):void {
    // Gjs wrapper for gst_tag_merge_strings_with_comma()
}

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.

src

GValue to copy from