From b69e7eef8ba10e90a8495c56b0b1ea6d5408f175 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 13 Mar 2018 13:07:52 +0000 Subject: [PATCH] video: GST_EXPORT -> GST_URI_VIDEO_BAD_API We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT. --- gst-libs/gst/video/gstvideoaggregator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideoaggregator.h b/gst-libs/gst/video/gstvideoaggregator.h index 9882a75..d3e5370 100644 --- a/gst-libs/gst/video/gstvideoaggregator.h +++ b/gst-libs/gst/video/gstvideoaggregator.h @@ -29,6 +29,7 @@ #include #include #include +#include G_BEGIN_DECLS @@ -111,7 +112,7 @@ struct _GstVideoAggregatorClass gpointer _gst_reserved[GST_PADDING_LARGE]; }; -GST_EXPORT +GST_VIDEO_BAD_API GType gst_video_aggregator_get_type (void); G_END_DECLS -- 2.7.4