videocontext
Advanced tools
Comparing version 0.51.0 to 0.51.1
{ | ||
"name": "videocontext", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "A WebGL & HTML5 graph based video composition library", | ||
@@ -5,0 +5,0 @@ "keywords":["video", "context", "composition", "timeline", "html5", "webgl"], |
@@ -368,3 +368,3 @@ //Matthew Shotton, R&D User Experience,© BBC 2015 | ||
//update this source nodes texture | ||
if (this._element === undefined || this._ready === false) return true; | ||
if (this._element === undefined) return true; | ||
@@ -371,0 +371,0 @@ if (!this._renderPaused && this._state === STATE.paused) { |
@@ -256,3 +256,2 @@ //Matthew Shotton, R&D User Experience,© BBC 2015 | ||
set currentTime(currentTime){ | ||
console.debug("VideoContext - seeking to", currentTime); | ||
if (currentTime < this._duration && this._state === VideoContext.STATE.ENDED) this._state = VideoContext.STATE.PAUSED; | ||
@@ -761,3 +760,2 @@ | ||
//Remove any destroyed nodes | ||
this._sourceNodes = this._sourceNodes.filter(sourceNode=>{ | ||
@@ -764,0 +762,0 @@ if (!sourceNode.destroyed) return sourceNode; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6333300
21422