encoder: h264: add support for more than 2 views
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 24 Feb 2015 15:14:33 +0000 (17:14 +0200)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 24 Feb 2015 15:14:33 +0000 (17:14 +0200)
commit3f28da7f5a224178d104992fe902212015dfb2e4
tree51aecce1d118fac5834c150af2986c5166eaf8ec
parent71d3ce4de2f32b7d454345b6ec3741dce6c33fe4
encoder: h264: add support for more than 2 views

Add support for H.264 MVC Multiview High profile encoding with
more than 2 views. All views within the same accesss unit are
provided in increasing order of view order index (VOIdx).

Upto 10 view are supported for now.

A new property "view-ids" has been provided for the plugins to
set the view ids (which is an array of guint values) to be used
for mvc encoding.

https://bugzilla.gnome.org/show_bug.cgi?id=732453
gst-libs/gst/vaapi/gstvaapiencoder_h264.c
gst-libs/gst/vaapi/gstvaapiencoder_h264.h