mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
gstmemory: add missing parameter
This commit is contained in:
parent
a7b96d0503
commit
ade5b3b917
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue