list_copy


Description:

public static List<PluginFeature> list_copy (List<PluginFeature> list)

Copies the list of features.

Caller should call gst_plugin_feature_list_free when done with the list.

Parameters:

list

list of PluginFeature

Returns:

a copy of list, with each feature's reference count incremented.