From 3650e66aece16049e9b429f185d16814e224c16c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 26 Mar 2019 19:35:19 -0300 Subject: [PATCH] validate: Print error message details in our reports --- validate/gst/validate/gst-validate-pipeline-monitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-pipeline-monitor.c b/validate/gst/validate/gst-validate-pipeline-monitor.c index 36794d0..999a77c 100644 --- a/validate/gst/validate/gst-validate-pipeline-monitor.c +++ b/validate/gst/validate/gst-validate-pipeline-monitor.c @@ -559,7 +559,8 @@ _bus_handler (GstBus * bus, GstMessage * message, g_free (report); } else { GST_VALIDATE_REPORT (monitor, ERROR_ON_BUS, - "Got error: %s -- Debug message: %s", err->message, debug); + "Got error: %s -- Debug message: %s (%" GST_PTR_FORMAT ")", + err->message, debug, details); } GST_VALIDATE_MONITOR_LOCK (monitor); -- 2.7.4