videocontext
Advanced tools
Comparing version 0.51.4 to 0.51.5
{ | ||
"name": "videocontext", | ||
"version": "0.51.4", | ||
"version": "0.51.5", | ||
"description": "A WebGL & HTML5 graph based video composition library", | ||
@@ -5,0 +5,0 @@ "keywords":["video", "context", "composition", "timeline", "html5", "webgl"], |
@@ -119,2 +119,3 @@ //Matthew Shotton, R&D User Experience,© BBC 2015 | ||
let warningExportSourceLogged = false; | ||
function snapshotNodes(vc){ | ||
@@ -164,3 +165,6 @@ | ||
if(!source._isResponsibleForElementLifeCycle){ | ||
console.debug("Warning - Trying to export source created from an element not a URL. URL of export will be set to the elements src attribute and may be incorrect", source); | ||
if (!warningExportSourceLogged){ | ||
console.debug("Warning - Trying to export source created from an element not a URL. URL of export will be set to the elements src attribute and may be incorrect", source); | ||
warningExportSourceLogged = true; | ||
} | ||
node_url = source.element.src; | ||
@@ -167,0 +171,0 @@ } else { |
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 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
6338145
21461