[Bug 764231] Bad call to gst_buffer_add_video_gl_texture_upload_meta() in gstvaapivideometa_texture.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 28 12:16:31 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=764231

--- Comment #4 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> Review of attachment 324867 [details] [review]:
> 
> ::: gst/vaapi/gstvaapivideometa_texture.c
> @@ +74,3 @@
>      GstVideoFormat format)
>  {
> +  memset (meta->texture_type, 0, sizeof (meta->texture_type[0]) * 4);
> 
> memset (meta->texture_type, 0, sizeof (meta->texture_type));
> 
> No need to hardcode the 4 in all the places

:) Thanks!

-- 
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