Skip to content

gstreamer: Implement `glib::HasParamSpec` for our custom pspecs

Sebastian Dröge requested to merge slomo/gstreamer-rs:haspspec-trait into main

This allows using gst::Fraction / gst::Array properties via the new properties macro.

Merge request reports