validate: Make array delemiter a line continuation char
Making its usage more friendly Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/248>
This commit is contained in:
parent
3883be76e7
commit
6196aab94b
@ -581,7 +581,7 @@ gst_validate_has_colored_output (void)
|
||||
}
|
||||
|
||||
/* Parse file that contains a list of GStructures */
|
||||
#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\["
|
||||
#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[<"
|
||||
static GList *
|
||||
_file_get_structures (GFile * file, gchar ** err,
|
||||
GstValidateGetIncludePathsFunc get_include_paths_func)
|
||||
|
Loading…
x
Reference in New Issue
Block a user