mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +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 */
|
/* ERRORS */
|
||||||
lock_failed:
|
lock_failed:
|
||||||
{
|
{
|
||||||
GST_DEBUG ("mem %p: lock %d failed", flags);
|
GST_DEBUG ("mem %p: lock %d failed", mem, flags);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue