summaryrefslogtreecommitdiff
path: root/win32/common
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-06-11 11:12:39 +1000
committerJan Schmidt <jan@centricular.com>2015-06-11 12:05:00 +1000
commit7c1da700c45d72592c85b8d05977af8a4929733f (patch)
treeb04a1be3e089787581f520cca53bcebe0dd0019c /win32/common
parentabcaa7148518dd1dcbe520a32bc3f02a2ab9698c (diff)
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
Diffstat (limited to 'win32/common')
-rw-r--r--win32/common/libgstvideo.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/common/libgstvideo.def b/win32/common/libgstvideo.def
index 7e039c632..651970efb 100644
--- a/win32/common/libgstvideo.def
+++ b/win32/common/libgstvideo.def
@@ -193,6 +193,18 @@ EXPORTS
gst_video_meta_map
gst_video_meta_transform_scale_get_quark
gst_video_meta_unmap
+ gst_video_multiview_flags_get_type
+ gst_video_multiview_flagset_get_type
+ gst_video_multiview_frame_packing_get_type
+ gst_video_multiview_get_doubled_height_modes
+ gst_video_multiview_get_doubled_size_modes
+ gst_video_multiview_get_doubled_width_modes
+ gst_video_multiview_get_mono_modes
+ gst_video_multiview_get_unpacked_modes
+ gst_video_multiview_mode_from_caps_string
+ gst_video_multiview_mode_get_type
+ gst_video_multiview_mode_to_caps_string
+ gst_video_multiview_video_info_change_mode
gst_video_orientation_get_hcenter
gst_video_orientation_get_hflip
gst_video_orientation_get_type