This is a copy from my blog post in https://orestisfl.github.io/GSoC-Work-Product/
With my gstreamer-vaapi patches, the vaapih264dec plugin can perform the hardware accelerated decoding of H264 MVC / SVC streams even if there is no hardware support for the stream's profile.
This can be done by enabling the base-only property of the element which will make vaapih264dec drop the non-base view frames.
This should make all SVC streams at least playable, something that vaapih264dec, and most well-known open source media player applications, didn't support so far.
My patches for h264parse add a similar feature: