MSDK: Handle context query into the VPP's query function.
authorHe Junyan <junyan.he@intel.com>
Tue, 17 Aug 2021 14:36:59 +0000 (22:36 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 11 Feb 2022 07:13:45 +0000 (07:13 +0000)
commit2928b14b69c0e8a23146988ac049739488f79cb1
treef6987de1c8a764d403cc8902c39abc3c12cdc376
parentdb5be289c7920ccb17daf70174019cd931821734
MSDK: Handle context query into the VPP's query function.

The MSDK VPP's query function is not set and it just forwards
all query to its base class. We now need to answer the context
query correctly. Other VA plugins need to query the VA display.

By the way, the current query of "gst.msdk.Context" is also missing.
The other MSDK elements must depend on the bin's context message(
sent in context_propagate()) to set their MsdkContext correctly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1087>
subprojects/gst-plugins-bad/sys/msdk/gstmsdkvpp.c