Skip to content

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