commit | c9faf0d612d7e73fbca16f1c227b181d851c5ae9 | [log] [tgz] |
---|---|---|
author | Hyunjun Ko <zzoon@igalia.com> | Thu Mar 08 11:38:30 2018 -0900 |
committer | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | Thu Mar 08 11:38:30 2018 -0900 |
tree | 30a5e2aceaafc42e2a5e979ccee909aabc0b1505 | |
parent | 37ef61586adaa295902515d69fca0f30b0e7ecaa [diff] |
msdk: manage child sessions on parent GstMsdkContext Sometimes parent context is released before its children get released. In this case MFXClose of parent session fails. To make sure that child sessions are closed before closing a parent session, Parent context needs to manage child sessions and close them first when it's released. https://bugzilla.gnome.org/show_bug.cgi?id=793412