[Bug 784321] vaapi: MVC encoding via sinkcaps without setting num-views property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 29 06:25:17 UTC 2017


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

--- Comment #1 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 354672
  --> https://bugzilla.gnome.org/attachment.cgi?id=354672&action=edit
libs: encoder: h264: initialize all elements of view_ids

Currently when num_views is changed by multiview-mode on sink caps, it produces
wrong MVC encoded stream since the array view_ids is not set properly according
to changed num_views.

So this patch initializes all of the array sequentially to handle this case.
Side effect is not going to happen by this patch since this array is being
handled by num_views.

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