[Bug 743345] glupload: Add support for dmabuf
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 23 13:15:55 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743345
--- Comment #48 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 316107:
--> (https://bugzilla.gnome.org/review?bug=743345&attachment=316107)
::: gst-libs/gst/gl/egl/gsteglimagememory.c
@@ +443,3 @@
+ for (int i = 0; i < meta->n_planes; i++)
+ GST_DEBUG ("meta: offset[%d]: %ld, stride[%d]: %d",
+ meta->n_planes, meta->offset[0], meta->n_planes, meta->stride[0]);
That trace is kind of broken. meta->n_planes instead of i, meta->offset[0]
rather then the i index and same for stride.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list