Skip to content

gsturi: Add API to order query strings

Edward Hervey requested to merge bilboed/gstreamer:uri-query into main

Add gst_uri_get_query_string_ordered() and gst_uri_to_string_with_keys() that allow constructing the URI string with query arguments in a specific order.

Merge request reports