Skip to content

Version 1.0.0-beta#16

Merged
danielcorbani merged 8 commits into
mainfrom
dev
Mar 5, 2026
Merged

Version 1.0.0-beta#16
danielcorbani merged 8 commits into
mainfrom
dev

Conversation

@danielcorbani
Copy link
Copy Markdown
Owner

No description provided.

danielcorbani and others added 8 commits January 14, 2026 10:37
- Move m.read() into sketch movieEvent() before routing to library,
  ensuring movie.width/height are populated when handleMovieEvent() fires
- Route movieEvent through Project.movieEvent() to correct MediaItem
  via ownsMovie() matching
- Add null guard in sketch movieEvent() to protect against GStreamer
  firing before project is initialized
- Use volatile flags (newFrameAvailable, rewindRequested, isLooping)
  for thread-safe communication between GStreamer and render threads
- Separate stopMedia() (pause, preserves frame) from disposeMedia()
  (full GStreamer cleanup) to prevent pipeline accumulation on scene switch
- Scene.deactivate() calls disposeMedia(), Scene.activate() calls
  playMedia() which rebuilds pipeline via initMovie() if needed
- Fix loaded flag reset in disposeMedia() so dimensions are re-captured
  on reactivation without overwriting saved homography
@danielcorbani danielcorbani merged commit 22a07a7 into main Mar 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 5, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://danielcorbani.github.io/LunaMapping/pr-preview/pr-16/

Built to branch gh-pages at 2026-03-05 18:43 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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