Properties that are marked constructor only aren't required to be freed before g_value_dup_string() as they can only be called once during construction. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8648>
Based on Alsa's GstDeviceProvider structure, relies on sndstat file for OSS device enumeration but uses already existing utils to query caps and names. Reviewed and thanks to @slomo Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4879>