From 4bfba1dcda308aa2dcb4a1554d78fcbcf6dc0561 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Nov 2017 18:14:39 +0000 Subject: [PATCH] video: add missing GST_EXPORT --- gst-libs/gst/video/video-color.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/video-color.h b/gst-libs/gst/video/video-color.h index e6c9259..cc86a6e 100644 --- a/gst-libs/gst/video/video-color.h +++ b/gst-libs/gst/video/video-color.h @@ -169,6 +169,7 @@ typedef struct { gdouble Bx, By; } GstVideoColorPrimariesInfo; +GST_EXPORT const GstVideoColorPrimariesInfo * gst_video_color_primaries_get_info (GstVideoColorPrimaries primaries); -- 2.7.4