Skip to content

ParamSpecArray: fix type_ from fraction to array

marcbull requested to merge marcbull/gstreamer-rs:fix-paramspecarray into main

This fixes an typo in the ParamSpecArray definition, where the type_ was gst_param_spec_fraction_get_type() but instead it should be gst_param_spec_array_get_type().

Merge request reports