gstreamer/tools
Henry Wilkes e8a69f5563 utils: fix argument sanitization
_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"
2020-03-25 11:26:29 -03:00
..
ges-launch-1.0.1 ges: add a basic unix man page for ges-launch-1.0 2016-12-15 09:34:42 -03:00
ges-launch.c ges-launch: Document timeline description format under --help 2019-10-23 17:51:27 +02:00
ges-launcher.c launch: Fix memory management issue with the rendering format 2020-03-25 11:26:29 -03:00
ges-launcher.h ges: Use #pragma once everywhere 2020-03-19 21:09:18 +00:00
ges-validate.c ges:launch: Handle setting playback information in scenarios 2020-02-26 13:36:30 -03:00
ges-validate.h ges: Use #pragma once everywhere 2020-03-19 21:09:18 +00:00
meson.build framepositioner: Stop lying about the source size 2020-02-26 13:36:30 -03:00
utils.c utils: fix argument sanitization 2020-03-25 11:26:29 -03:00
utils.h ges: Plug leaks in new ges-launch and related 2020-02-25 17:44:51 -03:00