Skip to content

tools: Count argc after parsing GOption on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:win32-tool-fix into main

Existing codes rely on modified argc value by g_option_context_parse() but g_option_context_parse_strv() is used in case of Windows. Count arguments after the option parsing manually. Fixing command "gst-inspect-1.0.exe -b"

Edited by Seungha Yang

Merge request reports