From: Tim-Philipp Müller Date: Tue, 13 Mar 2018 13:07:52 +0000 (+0000) Subject: video: GST_EXPORT -> GST_URI_VIDEO_BAD_API X-Git-Tag: 1.19.3~511^2~1294^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b69e7eef8ba10e90a8495c56b0b1ea6d5408f175;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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