G-API: Fix various issues for 4.2 release#16081
Merged
alalek merged 6 commits intoopencv:masterfrom Dec 10, 2019
Merged
Conversation
- Fixed: passing values by value instead of passing by reference
rgarnov
approved these changes
Dec 6, 2019
AsyaPronina
approved these changes
Dec 6, 2019
- This should fix the "expected 100, got 99 frames" problem - Fixes opencv#15882
Contributor
Author
|
@AsyaPronina @rgarnov please review the latest fixes. @alalek can you please trigger the relevant builds to test the fixed issues? |
rgarnov
approved these changes
Dec 9, 2019
Contributor
rgarnov
left a comment
There was a problem hiding this comment.
Looks good, pointed some misprints
Contributor
Author
|
@rgarnov all fixed, thanks! |
Contributor
Author
|
@alalek can this be merged? Anything else required? |
Contributor
Author
|
Thanks! |
Contributor
|
Looks like this patch causes build errors with GCC 4.8.5 (CentOS 7): |
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
G-API: Fix various issues for 4.2 release * G-API: Fix issues reported by Coverity - Fixed: passing values by value instead of passing by reference * G-API: Fix redundant std::move()'s in return statements Fixes opencv#15903 * G-API: Added a smarter handling of Stop messages in the pipeline - This should fix the "expected 100, got 99 frames" problem - Fixes opencv#15882 * G-API: Pass enum instead of GKernelPackage in Streaming test parameters - Likely fixes opencv#15836 * G-API: Address review issues in new bugfix comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GModelinefficiencies);