video: Add multiview/stereo support
authorJan Schmidt <jan@centricular.com>
Thu, 11 Jun 2015 01:12:39 +0000 (11:12 +1000)
committerJan Schmidt <jan@centricular.com>
Thu, 11 Jun 2015 02:05:00 +0000 (12:05 +1000)
commit7c1da700c45d72592c85b8d05977af8a4929733f
treeb04a1be3e089787581f520cca53bcebe0dd0019c
parentabcaa7148518dd1dcbe520a32bc3f02a2ab9698c
video: Add multiview/stereo support

Add flags and enums to support multiview signalling in
GstVideoInfo and GstVideoFrame, and the caps serialisation and
deserialisation.

videoencoder: Copy multiview settings from reference input state

Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta

https://bugzilla.gnome.org/show_bug.cgi?id=611157
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/video/Makefile.am
gst-libs/gst/video/gstvideoencoder.c
gst-libs/gst/video/video-frame.h
gst-libs/gst/video/video-info.c
gst-libs/gst/video/video-info.h
gst-libs/gst/video/video-multiview.c [new file with mode: 0644]
gst-libs/gst/video/video-multiview.h [new file with mode: 0644]
gst-libs/gst/video/video.h
tests/check/libs/video.c
win32/common/libgstvideo.def