Skip to content

GstValue, GstStructure: allow '%' character in GST_ASCII_IS_STRING

Justin Kim requested to merge joykim/gstreamer:fixes/57 into master

HTML-escaped string can have '%'. If GST_ASCII_IS_STRING allows '%', we can use the string without a backslash.

Fixes: #57

Edited by Tim-Philipp Müller

Merge request reports