validate: Fix mixup in quarks usages

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
This commit is contained in:
Thibault Saunier 2020-05-28 17:04:20 -04:00
parent 0f1dffdcc0
commit ca8cdfd736

View file

@ -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);
}
}