Commit | Date | |
---|---|---|
2010-03-15 19:28:31 | Tree | |
[r1321]
by
briggs@adobe.com
Fix FM-556: When MediaPlayer enters error state, capabilities should be set to false, and capability change events should be dispatched. Also fixed typo in one of the capability change event names. |
2010-03-15 19:27:47 | Tree |
[r1320]
by
oconnell@adobe.com
Refixing preloader example after the false and true were swapped in a refactoring. FM-518. |
2010-03-15 17:29:22 | Tree |
2010-03-15 16:25:26 | Tree | |
[r1318]
by
briggs@adobe.com
Fix bug FM-331: Unable to seek within a temporal element. The bug is due to the composite SeekTrait being initialized prior to the composite TimeTrait, which it depends on. The fix is for the composite SeekTrait to listen for the composite TimeTrait being added or removed. Note that this required an API addition on the base SeekTrait, exposing a protected setter for the TimeTrait (a protected getter already existed). |
2010-03-13 01:48:10 | Tree |
[r1317]
by
briggs@adobe.com
Fix bug FM-373: SerialElements can't seek if certain children are unseekable. Updated RTMPPosterFrameElement to use a ProxyElement-based approach with blocked traits (much simpler and more robust). |
2010-03-13 00:11:58 | Tree |
2010-03-12 23:30:16 | Tree | |
2010-03-12 22:42:03 | Tree | |
[r1314]
by
briggs@adobe.com
Better fix for FM-530. Instead of relying on the Play.PublishNotify event (which won't get dispatched for streams that are already published) to enter the playing state, check the bufferTime value and immediately exit buffering mode if it's zero. In that case (which seems to only happen with live), the Play.Start event is the last one we'll get, so we can't rely on a Buffer.Full event (which makes sense if bufferTime is zero). |
2010-03-12 21:49:23 | Tree |
[r1313]
by
briggs@adobe.com
Modify LoadFromDocumentElement so that it doesn't use a custom event to signal loaded. |
2010-03-12 21:16:25 | Tree |