mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
applemedia: fix compiler warning
This commit is contained in:
parent
3b7e0d7de3
commit
8a05102747
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ gst_apple_core_video_memory_new (GstMemoryFlags flags, GstMemory * parent,
|
|||
GST_DEBUG ("%p: gpixbuf %p, plane: %" G_GSSIZE_FORMAT ", size %"
|
||||
G_GSIZE_FORMAT, mem, mem->gpixbuf, mem->plane, mem->mem.size);
|
||||
|
||||
return (GstMemory *) mem;
|
||||
return mem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue