summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gstvp9parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/codecparsers/gstvp9parser.h')
-rw-r--r--gst-libs/gst/codecparsers/gstvp9parser.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst-libs/gst/codecparsers/gstvp9parser.h b/gst-libs/gst/codecparsers/gstvp9parser.h
index 2130294cd..0f382dbb8 100644
--- a/gst-libs/gst/codecparsers/gstvp9parser.h
+++ b/gst-libs/gst/codecparsers/gstvp9parser.h
@@ -31,6 +31,7 @@
#endif
#include <gst/gst.h>
+#include <gst/codecparsers/codecparsers-prelude.h>
G_BEGIN_DECLS
@@ -482,13 +483,13 @@ struct _GstVp9Parser
GstVp9Segmentation segmentation[GST_VP9_MAX_SEGMENTS];
};
-GST_EXPORT
+GST_CODEC_PARSERS_API
GstVp9Parser * gst_vp9_parser_new (void);
-GST_EXPORT
+GST_CODEC_PARSERS_API
GstVp9ParserResult gst_vp9_parser_parse_frame_header (GstVp9Parser* parser, GstVp9FrameHdr * frame_hdr, const guint8 * data, gsize size);
-GST_EXPORT
+GST_CODEC_PARSERS_API
void gst_vp9_parser_free (GstVp9Parser * parser);
G_END_DECLS