summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/video-blend.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/video/video-blend.h')
-rw-r--r--gst-libs/gst/video/video-blend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/video-blend.h b/gst-libs/gst/video/video-blend.h
index 81719db47..1d6175b79 100644
--- a/gst-libs/gst/video/video-blend.h
+++ b/gst-libs/gst/video/video-blend.h
@@ -27,12 +27,12 @@
#include <gst/gst.h>
#include <gst/video/video.h>
-GST_EXPORT
+GST_VIDEO_API
void gst_video_blend_scale_linear_RGBA (GstVideoInfo * src, GstBuffer * src_buffer,
gint dest_height, gint dest_width,
GstVideoInfo * dest, GstBuffer ** dest_buffer);
-GST_EXPORT
+GST_VIDEO_API
gboolean gst_video_blend (GstVideoFrame * dest,
GstVideoFrame * src,
gint x, gint y,