gstmemory: add missing parameter
authorAndoni Morales Alastruey <amorales@flumotion.com>
Thu, 26 Jan 2012 14:15:21 +0000 (15:15 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 26 Jan 2012 14:17:04 +0000 (15:17 +0100)
gst/gstmemory.c

index dd7c1d6..122573f 100644 (file)
@@ -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: