diff --git a/gst/gstmemory.c b/gst/gstmemory.c index dd7c1d6b03..122573fde7 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: