Skip to content

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.

Merge request reports