mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
reporter: fix printf format type
This commit is contained in:
parent
435626f0b7
commit
e679d8531e
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ gst_qa_report_valist (GstQaReporter * reporter,
|
||||||
GstQaIssueId issue_id = gst_qa_issue_get_id (issue);
|
GstQaIssueId issue_id = gst_qa_issue_get_id (issue);
|
||||||
|
|
||||||
if (g_hash_table_lookup (priv->reports, (gconstpointer) issue_id)) {
|
if (g_hash_table_lookup (priv->reports, (gconstpointer) issue_id)) {
|
||||||
GST_DEBUG ("Report %d:%s already present", issue_id, issue->summary);
|
GST_DEBUG ("Report %" G_GUINTPTR_FORMAT ":%s already present",
|
||||||
|
issue_id, issue->summary);
|
||||||
gst_qa_report_unref (report);
|
gst_qa_report_unref (report);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue