validate: Fix mixup in quarks usages
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
This commit is contained in:
parent
0f1dffdcc0
commit
ca8cdfd736
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user