list_copy
function list_copy(list:[Gst.PluginFeature]):[Gst.PluginFeature] { // Gjs wrapper for gst_plugin_feature_list_copy() }
Copies the list of features. Caller should call @gst_plugin_feature_list_free when done with the list.
- list
list of Gst.PluginFeature
- Returns
a copy of list, with each feature's reference count incremented.