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

2 whitespace-only fixes + VideoStream frame listener bug fix #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

2 whitespace-only fixes + VideoStream frame listener bug fix #30

wants to merge 3 commits into from

Conversation

bsl
Copy link

@bsl bsl commented Jul 21, 2013

No description provided.

bsl added 3 commits July 20, 2013 21:36
Before this change, VideoStream tried to keep track of NewFrameListeners
with a Map keyed by VideoStream. But this is unworkable, because
subsequent addNewFrameListener calls would overwrite previous ones.

After this change, VideoStream keeps a Map keyed by Long for the
primitive video stream handle. The values of the Map are a simple
container that holds a VideoStream and all of that VideoStream's
NewFrameListeners.
SebasRatz pushed a commit to SebasRatz/OpenNI2 that referenced this pull request Aug 29, 2018
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.

1 participant