summaryrefslogtreecommitdiff
path: root/sys/msdk/meson.build
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/meson.build
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/meson.build')
-rw-r--r--sys/msdk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/msdk/meson.build b/sys/msdk/meson.build
index 338ae1d9b..041b1fa87 100644
--- a/sys/msdk/meson.build
+++ b/sys/msdk/meson.build
@@ -1,5 +1,6 @@
msdk_sources = [
'gstmsdk.c',
+ 'gstmsdkcontext.c',
'gstmsdkdec.c',
'gstmsdkenc.c',
'gstmsdkh264dec.c',