Skip to content

Use an extension trait instead of a custom type for the GStreamer param specs

Sebastian Dröge requested to merge slomo/gstreamer-rs:pspec-trait into master

This way they can simply be created via glib::ParamSpec::fraction() for example.

Merge request reports