Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Fix low latency #125

Merged
merged 2 commits into from
Jun 29, 2018
Merged

Fix low latency #125

merged 2 commits into from
Jun 29, 2018

Conversation

xuguangxin
Copy link
Contributor

If we know we got a entire frame, we can pass the flag to decoder to tell them stop search for next frame. this need work with intel/libyami#849

In two cases decoder will start decode current frame
1. get VIDEO_DECODE_BUFFER_FLAG_FRAME_END
2. detected frame boundary

detect frame boundary has drawback, it will delay the decode process.
@xuguangxin xuguangxin requested a review from YuJiankang June 5, 2018 06:55
Copy link
Contributor

@YuJiankang YuJiankang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, lgtm

@uartie
Copy link
Contributor

uartie commented Jun 27, 2018

Once intel/libyami#849 merges, please allow for CI checks to verify compilation before merge. NOTE: travis-ci will require manual trigger... intel/ci is automatic.

@uartie
Copy link
Contributor

uartie commented Jun 29, 2018

Please ignore intel/ci/fedora/26/pr/compile and intel/ci/ubuntu/artful/pr/compile check results. These two distros are EOL and have been removed from CI and therefore will not get updated.

@uartie uartie merged commit 221523a into intel:master Jun 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants