validate: Make array delemiter a line continuation char
authorThibault Saunier <tsaunier@igalia.com>
Mon, 24 May 2021 05:26:41 +0000 (01:26 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 27 May 2021 16:23:05 +0000 (12:23 -0400)
Making its usage more friendly

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/248>

validate/gst/validate/gst-validate-utils.c

index d57de65..d6c7d82 100644 (file)
@@ -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)