hls.js 1.5.14-0.canary.10517 → 1.5.14-0.canary.10518

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/hls.light.js CHANGED
@@ -494,7 +494,7 @@
494
494
  // Some browsers don't allow to use bind on console object anyway
495
495
  // fallback to default if needed
496
496
  try {
497
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10517");
497
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10518");
498
498
  } catch (e) {
499
499
  /* log fn threw an exception. All logger methods are no-ops. */
500
500
  return createLogger();
@@ -8686,8 +8686,8 @@
8686
8686
  return _createClass(BufferController, [{
8687
8687
  key: "mediaSrc",
8688
8688
  get: function get() {
8689
- var _this$media;
8690
- var media = ((_this$media = this.media) == null ? void 0 : _this$media.firstChild) || this.media;
8689
+ var _this$media, _this$media$querySele;
8690
+ var media = ((_this$media = this.media) == null ? void 0 : (_this$media$querySele = _this$media.querySelector) == null ? void 0 : _this$media$querySele.call(_this$media, 'source')) || this.media;
8691
8691
  return media == null ? void 0 : media.src;
8692
8692
  }
8693
8693
  }]);
@@ -19336,7 +19336,7 @@
19336
19336
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
19337
19337
  }
19338
19338
 
19339
- var version = "1.5.14-0.canary.10517";
19339
+ var version = "1.5.14-0.canary.10518";
19340
19340
 
19341
19341
  // ensure the worker ends up in the bundle
19342
19342
  // If the worker should not be included this gets aliased to empty.js