tagMergeStringsWithComma
fn
void 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
dest | uninitialized GValue to store result in |
src | GValue to copy from |