[Bug 764902] Explicitly initialize GstVideoCropMeta fields to 0 on init.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 12 14:23:17 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764902
--- Comment #6 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 325764:
--> (https://bugzilla.gnome.org/review?bug=764902&attachment=325764)
::: gst/gstbuffer.c
@@ +2092,3 @@
/* create a new slice */
size = ITEM_SIZE (info);
+ item = g_slice_alloc0 (size);
Didn't someone changed this last week for "performance" reason ?
--
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