From ade5b3b917fdb73c3b3731333ef912ae6aed34ba Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Thu, 26 Jan 2012 15:15:21 +0100 Subject: [PATCH] gstmemory: add missing parameter --- gst/gstmemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstmemory.c b/gst/gstmemory.c index dd7c1d6..122573f 100644 --- a/gst/gstmemory.c +++ b/gst/gstmemory.c @@ -592,7 +592,7 @@ gst_memory_map (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) /* ERRORS */ lock_failed: { - GST_DEBUG ("mem %p: lock %d failed", flags); + GST_DEBUG ("mem %p: lock %d failed", mem, flags); return FALSE; } error: -- 2.7.4