mediafoundation: Fix various string constness handling
authorSeungha Yang <seungha@centricular.com>
Fri, 15 Oct 2021 14:18:41 +0000 (23:18 +0900)
committerSeungha Yang <seungha@centricular.com>
Fri, 15 Oct 2021 14:38:48 +0000 (23:38 +0900)
commitba79339d56299094d2aab12873e360d55c119b41
tree0883609fc668c04669b4f7fd0edfc9beac0cff48
parent1fdcbae677730a3aa9df010677baed462fdf4ddd
mediafoundation: Fix various string constness handling

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

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1164>
subprojects/gst-plugins-bad/sys/mediafoundation/gstmftransform.cpp
subprojects/gst-plugins-bad/sys/mediafoundation/gstmfutils.cpp
subprojects/gst-plugins-bad/sys/mediafoundation/gstmfvideoenc.cpp