summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2016-03-29 11:25:15 +0300
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2016-03-29 11:28:09 +0300
commit1f03a7e41e51e0bd0db63d60ed26f24e0777d7fe (patch)
treec0468db55ba9c602fb6a738b5cde74d62bab6e87
parent079ceb894cd73bde243820231f714a5b6a7801f9 (diff)
win32: Update exports for new video formats
Update win32 exports for P010_10BE and P010_10LE video formats.
-rw-r--r--win32/common/video-enumtypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/video-enumtypes.c b/win32/common/video-enumtypes.c
index bade1905c..286053250 100644
--- a/win32/common/video-enumtypes.c
+++ b/win32/common/video-enumtypes.c
@@ -86,6 +86,8 @@ gst_video_format_get_type (void)
{GST_VIDEO_FORMAT_A444_10BE, "GST_VIDEO_FORMAT_A444_10BE", "a444-10be"},
{GST_VIDEO_FORMAT_A444_10LE, "GST_VIDEO_FORMAT_A444_10LE", "a444-10le"},
{GST_VIDEO_FORMAT_NV61, "GST_VIDEO_FORMAT_NV61", "nv61"},
+ {GST_VIDEO_FORMAT_P010_10BE, "GST_VIDEO_FORMAT_P010_10BE", "p010-10be"},
+ {GST_VIDEO_FORMAT_P010_10LE, "GST_VIDEO_FORMAT_P010_10LE", "p010-10le"},
{0, NULL, NULL}
};
GType g_define_type_id = g_enum_register_static ("GstVideoFormat", values);