Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Revert "- #148 add onMetaDataChange event to extend clip properties, …
Browse files Browse the repository at this point in the history
…this was needed to prevent regular updates during stream switching."

This reverts commit 035a64d.
  • Loading branch information
danrossi committed Nov 18, 2013
1 parent 035a64d commit 3943041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/javascript/flowplayer.js/flowplayer-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@
}

// 1. clip properties, 2-3. metadata, 4. updates, 5. resumes from nested clip
//#148 add onMetaDataChange event to extend clip properties, this was needed to prevent regular updates during stream switching.
if (arg1 && "onBeforeBegin,onMetaData,onMetaDataChange,onStart,onUpdate,onResume".indexOf(evt) != -1) {
if (arg1 && "onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(evt) != -1) {
// update clip properties
extend(target, arg1);

Expand Down

2 comments on commit 3943041

@phloxic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anssip, @danrossi - this revert has to be reverted, see: #148 (comment) ff.

@phloxic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also: 3943041

Please sign in to comment.