Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27608 closed defect (bug) (fixed)

Re-instantiate MediaElementPlayer instance when switching mime types in playlists

Reported by: wonderboymusic's profile wonderboymusic Owned by: wonderboymusic's profile wonderboymusic
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: Media Keywords: has-patch
Focuses: javascript Cc:

Description

There is a strong chance that users will be mixing and matching file types when creating playlists. A user should be able to make a playlist with all file types and have them all play. Imagine having mp3, ogg, m4a, wav, and wma all together as one.

Patched.

Attachments (1)

27608.diff (4.1 KB) - added by wonderboymusic 11 years ago.

Download all attachments as: .zip

Change History (2)

#1 @wonderboymusic
11 years ago

  • Owner set to wonderboymusic
  • Resolution set to fixed
  • Status changed from new to closed

In 27871:

Re-instantiate the MediaElementPlayer instance when switching mime types in playlists.

Fixes #27608.

Note: See TracTickets for help on using tickets.