From: Tim-Philipp Müller Date: Thu, 8 Oct 2009 08:34:47 +0000 (+0100) Subject: gstinfo: add back fix that shouldn't have been reverted X-Git-Tag: RELEASE-0.10.26~379 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b8d8bb1120326f86768944a26da4815505b7b05;p=platform%2Fupstream%2Fgstreamer.git gstinfo: add back fix that shouldn't have been reverted --- diff --git a/gst/gstinfo.c b/gst/gstinfo.c index afe4984..6731a8b 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -1649,7 +1649,7 @@ _gst_debug_dump_mem (GstDebugCategory * cat, const gchar * file, "-------------------------------------------------------------------"); if (msg != NULL && *msg != '\0') { - gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, msg); + gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, "%s", msg); } while (off < length) {