codecparsers: h264: add support for Frame Packing Arrangement SEI message.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 25 Mar 2014 13:08:44 +0000 (14:08 +0100)
committerJan Schmidt <jan@centricular.com>
Wed, 29 Oct 2014 12:09:41 +0000 (23:09 +1100)
commit3776e78ae6e7654b12efc55a5931c67e50a3877e
tree973c6726d558f8f29aa9d7f7d3ac785c417b3f6b
parent51f003e469c7b50b8e003c0169c9bcb9cc9f86d7
codecparsers: h264: add support for Frame Packing Arrangement SEI message.

This parses the frame_packing_arragement() payload in SEI message.
This information can be used by decoders to appropriately rearrange the
samples which belong to Stereoscopic and Multiview High profiles.

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

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst-libs/gst/codecparsers/gsth264parser.c
gst-libs/gst/codecparsers/gsth264parser.h
gst/videoparsers/gsth264parse.c