Skip to content

mediafoundation: Fix various string constness handling

Seungha Yang requested to merge seungha.yang/gstreamer:mf-string-fix into main

... with fixing typo (g_strup -> g_strdup)

Constness needs to be explicit in C++ world otherwise compiler would complain about that.

Merge request reports