Skip to content

Commit

Permalink
fix errors in media source buffer event listeners debug hooks setup
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19391 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 24, 2018
1 parent 468872f commit 807806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/MediaSourceUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ var MediaSourceUtil = {
media_element.addEventListener('play', function() { debug_me_event("play"); });
},

addSourceBufferEventDebugListeners : function(source_buffer, element_type) {
addSourceBufferEventDebugListeners : function(asb, element_type) {
function debug_buffer_event(event) {
var msg = ""+element_type+" buffer "+event;
console.debug(msg);
Expand Down

0 comments on commit 807806e

Please sign in to comment.