[Bug 790752] msdk: supports bufferpool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 13 09:31:28 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=790752

--- Comment #120 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 368298
  --> https://bugzilla.gnome.org/attachment.cgi?id=368298&action=edit
msdkdec/enc: query GstContext to share GstMsdkContext

How to share/create GstMsdkcontext is the following:

- Search GstMsdkContext if there's in the pipeline.
  - If found, check if it's decoder, encoder or vpp by job type.
    - If it's same job type, it creates another instance of GstMsdkContext
     with joined-session.
    - Otherwise just use the shared GstMsdkContext.
  - If not found, just creates new instance of GstMsdkContext.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list