From ca8cdfd73609966a2ff087c3715d3cc41506d142 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 28 May 2020 17:04:20 -0400 Subject: [PATCH] validate: Fix mixup in quarks usages Part-of: --- validate/gst/validate/gst-validate-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-utils.c b/validate/gst/validate/gst-validate-utils.c index 6cf0bdd552..070d6b62ad 100644 --- a/validate/gst/validate/gst-validate-utils.c +++ b/validate/gst/validate/gst-validate-utils.c @@ -820,7 +820,7 @@ _file_get_structures (GFile * file, gchar ** err, gst_structure_id_set (structure, lineno_quark, G_TYPE_INT, current_lineno, filename_quark, G_TYPE_STRING, filename, - filename_quark, G_TYPE_STRING, debug_line->str, NULL); + debug_quark, G_TYPE_STRING, debug_line->str, NULL); structures = g_list_append (structures, structure); } }