summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkh265dec.c
diff options
context:
space:
mode:
authorHyunjun Ko <zzoon@igalia.com>2018-02-13 12:41:28 -0900
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2018-02-13 12:41:28 -0900
commit6ce9a66b80c6b5d72feff1d74bf08f3e71e18330 (patch)
tree7d5f9342ff4649ed27d4a82f72a992f75118d1b8 /sys/msdk/gstmsdkh265dec.c
parent3f9d0fcaa97b47a2afda863a4dcd7f008f61a43a (diff)
downloadgstreamer-plugins-bad-6ce9a66b80c6b5d72feff1d74bf08f3e71e18330.tar.gz
msdk: implements GstMsdkContext.
Makes GstMsdkContext to be a descendant of GstObject so that we could track the life-cycle of the session of the driver. Also replaces MsdkContext with this one. Keeps msdk_d3d.c alive for the future. https://bugzilla.gnome.org/show_bug.cgi?id=790752
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;