tools: device-monitor: Print string property as-is without serialize
authorSeungha Yang <seungha@centricular.com>
Fri, 6 May 2022 19:43:49 +0000 (04:43 +0900)
committerSeungha Yang <seungha@centricular.com>
Fri, 6 May 2022 19:43:49 +0000 (04:43 +0900)
commit66f017f8eacc386a078fe42bf7a14457c2b552a3
tree4756e788dcb201c1f1b36683bb86d140500d66f0
parentfd694d840adc5e975b05094501d44b83eeccb926
tools: device-monitor: Print string property as-is without serialize

gst_value_serialize() does more than what's needed to printf-ing
especially when given GValue is already string. Just print string
value as-is without gst_value_serialize() to avoid unreadable
string print, especially for multi-bytes character encoding cases.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2387>
subprojects/gst-plugins-base/tools/gst-device-monitor.c