applemedia: fix compiler warning

This commit is contained in:
Alessandro Decina 2016-08-26 22:51:48 +10:00
parent 3b7e0d7de3
commit 8a05102747

View file

@ -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;
}
/**