summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkh265dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/msdk/gstmsdkh265dec.c')
-rw-r--r--sys/msdk/gstmsdkh265dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkh265dec.c b/sys/msdk/gstmsdkh265dec.c
index fd1ae753f..e593a745d 100644
--- a/sys/msdk/gstmsdkh265dec.c
+++ b/sys/msdk/gstmsdkh265dec.c
@@ -65,7 +65,7 @@ gst_msdkh265dec_configure (GstMsdkDec * decoder)
mfxStatus status;
const mfxPluginUID *uid;
- session = msdk_context_get_session (decoder->context);
+ session = gst_msdk_context_get_session (decoder->context);
if (decoder->hardware)
uid = &MFX_PLUGINID_HEVCD_HW;