Skip to content

streams: gst_stream_type_get_name() is not nullable

Sebastian Dröge requested to merge slomo/gstreamer:fix-nullable into master

It takes an enum and only the defined values are valid to pass in here as it's not extensible from the outside.

Add a g_return_val_if_reached() for the unreachable case and return "invalid".

Merge request reports