mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
gstinfo: add back fix that shouldn't have been reverted
This commit is contained in:
parent
9f9353a84a
commit
8b8d8bb112
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue