mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
e8a69f5563
_sanitize_argument is supposed to wrap arguments in '"' quote marks such that they can be parsed and copied into a GstStructure string. This purpose is now supported more directly, which fixes some bugs, e.g.: arguments before fix +title my=title +title my="title" +title "my=title" +title abc n=my=name +title abc n="my="name" +title abc n="my=name" +title my"title +title "my"title" +title "my\"title" +title my\title +title "my\title" +title "my\\title" |
||
---|---|---|
.. | ||
ges-launch-1.0.1 | ||
ges-launch.c | ||
ges-launcher.c | ||
ges-launcher.h | ||
ges-validate.c | ||
ges-validate.h | ||
meson.build | ||
utils.c | ||
utils.h |