mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
GStreamer multimedia framework
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" |
||
---|---|---|
bindings/python | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
hooks | ||
pkgconfig | ||
plugins | ||
tests | ||
tools | ||
.arcconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README | ||
RELEASE |
GStreamer Editing Services -------------------------- This is a high-level library for facilitating the creation of audio/video non-linear editors. License: -------- This package and its contents are licensend under the GNU Lesser General Public License (LGPL). Dependencies: ------------- * GStreamer core * gst-plugins-base