You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Properly initialize VideoDecodeBuffer
libyami introduced VIDEO_DECODE_BUFFER_FLAG_FRAME_END and
uses it in avc/hevc decoder to stop frame decoding in
some cases. Thus, it is necessary to properly initialize
the VideoDecodeBuffer so that VIDEO_DECODE_BUFFER_FLAG_FRAME_END
is not erroneously and arbitrarily set.
Fixes#134
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
v4l2: handle on fly resolution change.
when we got resolution change notification, we need
1. drain output
2. reallocate surfaces.
3. stream off/on the output