summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/msdk/gstmsdkenc.h')
-rw-r--r--sys/msdk/gstmsdkenc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkenc.h b/sys/msdk/gstmsdkenc.h
index 600f24ef2..04be395bd 100644
--- a/sys/msdk/gstmsdkenc.h
+++ b/sys/msdk/gstmsdkenc.h
@@ -35,6 +35,7 @@
#include <gst/gst.h>
#include <gst/video/gstvideoencoder.h>
#include "msdk.h"
+#include "gstmsdkcontext.h"
G_BEGIN_DECLS
@@ -69,7 +70,7 @@ struct _GstMsdkEnc
GList *pending_frames;
/* MFX context */
- MsdkContext *context;
+ GstMsdkContext *context;
mfxVideoParam param;
guint num_surfaces;
mfxFrameSurface1 *surfaces;