Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert frame to frameset in post processing filters #7759

Merged
merged 4 commits into from
Dec 10, 2020

Conversation

nohayassin
Copy link
Contributor

@nohayassin nohayassin commented Nov 11, 2020

Track on: DSO-15250
Allocating a frame to frameset in post_processing_filter c'tor returns NULL that passed to process_frameset(..)
Because we want to work also with frames in post processing filters and not only framesets, the allocation is removed and the function signature changed to process_frame(..), its input and output changed from frameset to frame, and it solved the issue !
Addresses #7584

Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

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

Looks good.
Please mention the issue and its fix in PR's description

@nohayassin
Copy link
Contributor Author

Looks good.
Please mention the issue and its fix in PR's description

done

@ev-mp ev-mp merged commit f5b93d6 into IntelRealSense:development Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants