Skip to content

Handle null gstreamer property description

Use empty string description for a gstreamer property that does not have any property spec blurb available.

This fixes mapping gst-plugins-rs webrtcsrc::signaller children properties where switcher throws std::logic_error exception basic_string: construction from null is not valid when adding property using quiddity::property::to_prop method.

Merge request reports