Commit | Date | |
---|---|---|
[r1081]
by
briggs@adobe.com
PARB refactoring: Remove IMediaReferrer interface and CREATE_ON_LOAD type. The IMediaReferrer interface has been supplanted by a mediaElementCreationNotificationFunction property on MediaFactoryItemType. This callback is invoked any time the MediaFactory creates a new MediaElement. Thus, the MediaFactoryItem from the PluginInfo can coordinate any cross-referencing between its MediaElements and the factory's created MediaElements. And given that CREATE_ON_LOAD was introduced to ensure that the MediaFactoryItem's MediaElement could pick up references to other created MediaElements, that type is no longer necessary because the MediaFactoryItem could specify a notification callback, and do the initialization work it wanted to do at "create on load" time in its own constructor. In other words, by decoupling MediaElement referencing from the MediaElements themselves, we remove the need for CREATE_ON_LOAD. The ControlBarPluginSample has been updated to demonstrate how to accomplish referencing without the use of IMediaReferrer. Update unit tests, plugins, and sample apps. |
2010-02-12 22:50:58 | Tree |
2010-02-12 18:25:23 | Tree | |
2010-02-12 01:07:31 | Tree | |
[r1078]
by
briggs@adobe.com
Remove obsolete sample apps. They've been archived, in case we ever need to revive them. |
2010-02-11 23:48:33 | Tree |
[r1077]
by
oconnell@adobe.com
Fixed bug where regular non-http streaming manifest was getting bootstrap info. Updated unit tests to check for this condition. |
2010-02-11 22:42:24 | Tree |
2010-02-11 22:21:14 | Tree | |
[r1075]
by
briggs@adobe.com
PARB changes: Refactor NetLoader/NetConnectionFactory relationship. Lots of minor changes, but the major one is to introduce NetConnectionFactoryBase as a subclass of NetConnectionFactory. This simplifies the work needed to inject a live NetConnection into a NetLoader. Updated Akamai plugin, unit tests, and sample apps accordingly. API changes are listed here: http://opensource.adobe.com/wiki/display/osmf/API+Lockdown+Status |
2010-02-11 22:08:42 | Tree |
[r1074]
by
briggs@adobe.com
Fix failure in captioning integration test caused by ILoadedContext refactoring. |
2010-02-11 22:04:31 | Tree |
2010-02-11 21:54:56 | Tree | |
2010-02-11 17:56:44 | Tree |