Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Fixed the hang issue with each EOS frame.#408

Merged
tianjunwork merged 2 commits into
OpenVisualCloud:masterfrom
Austin-Hu:issues/367
Nov 7, 2019
Merged

Fixed the hang issue with each EOS frame.#408
tianjunwork merged 2 commits into
OpenVisualCloud:masterfrom
Austin-Hu:issues/367

Conversation

@Austin-Hu
Copy link
Copy Markdown
Contributor

@Austin-Hu Austin-Hu commented Oct 31, 2019

When the application send fake frames (such as with EOS flag), the
encoder should make each frame go through the whole encoding kernel
stages (from ResourceCoordination to Packetization), otherwise
EbH265GetPacket() would be blocked in waiting for the buffer posted
by Packetization.

Signed-off-by: Austin Hu austin.hu@intel.com

Fixes #367 .

When the application send fake frames (such as with EOS flag), the
encoder should make each frame go through the whole encoding kernel
stages (from ResourceCoordination to Packetization), otherwise
EbH265GetPacket() would be blocked in waiting for the buffer posted
by Packetization.

Signed-off-by: Austin Hu <austin.hu@intel.com>
@Austin-Hu Austin-Hu requested review from hassount, intelmark, lijing0010 and tianjunwork and removed request for tianjunwork October 31, 2019 20:20
@1480c1
Copy link
Copy Markdown
Contributor

1480c1 commented Oct 31, 2019

Fixed for Issue #367 .

Please add it to the main body of the pr in the form of Fixes #367

@Austin-Hu
Copy link
Copy Markdown
Contributor Author

Fixed for Issue #367 .

Please add it to the main body of the pr in the form of Fixes #367

Yes, I forgot that...

@1480c1
Copy link
Copy Markdown
Contributor

1480c1 commented Oct 31, 2019

You can edit it using the 3 dots on the top right

@Austin-Hu
Copy link
Copy Markdown
Contributor Author

You can edit it using the 3 dots on the top right

Done, thanks! :)

@1480c1
Copy link
Copy Markdown
Contributor

1480c1 commented Oct 31, 2019

https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords

It needs to be in a certain format for the auto closing

@tianjunwork tianjunwork added the bug Something isn't working label Oct 31, 2019
Comment thread Source/Lib/Codec/EbResourceCoordinationProcess.c Outdated
Signed-off-by: Austin Hu <austin.hu@intel.com>
@Austin-Hu Austin-Hu self-assigned this Nov 5, 2019
@tianjunwork tianjunwork merged commit ec875e2 into OpenVisualCloud:master Nov 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SVT-HEVC is blocked when flushing

4 participants