Commit | Date | |
---|---|---|
[r1274]
by
evrijkom@adobe.com
Metadata refactoring revision: removing clause that manually copied layout data from a composite media element onto its inner layout target sprite. Instead, passing the media element's layout metadata as the layout target sprite's constructor, so that both use the same instance, making sure that mutations on the instance reach the layout target sprite. NOTE that as a result of the new metadata approach, the user can be overriding the set layoutMetadata instance on media element. When this happens, the inner layout target sprite will no longer be pointing to the correct layout metadata instance. Fixing this requires changing layoutTargetSprite to be capable of dealing with a variable layoutMetadata instance (for right now the class assumes the instance to be static, either passed in at construction time, or constructed by the class itself at that time). |
2010-03-05 09:33:18 | Tree |
[r1273]
by
evrijkom@adobe.com
Metadata refactoring revision: having LayoutMetadata return a NullMetadataSynthesizer so that child layout settings do not get copied to their parent. |
2010-03-05 09:25:04 | Tree |
[r1272]
by
briggs@adobe.com
Fix bug in ProxyElement's blockedTraits implementation. Blocked traits take precedence over overridden traits. The bug was that events would still be dispatched for an overridden trait being added even when the trait was blocked. Update unit tests. |
2010-03-05 00:13:02 | Tree |
[r1271]
by
briggs@adobe.com
Fix bug FM-282: MockNetStream doesn't signal onMetadata for negative durations. |
2010-03-04 23:14:29 | Tree |
[r1270]
by
briggs@adobe.com
Fix bug FM-329 - seeking in DurationElement resets currentTime to zero. This revision fixes a number of playback/seek/completion issues in DurationElement, including loop and autoRewind behavior. |
2010-03-04 22:28:13 | Tree |
2010-03-04 20:52:24 | Tree | |
2010-03-04 19:03:41 | Tree | |
[r1267]
by
oconnell@adobe.com
https://bugs.adobe.com/jira/browse/FM-238. Complete fired at random times near end of video. Duration fix ups to not collide with the audio delay fixes to garuantee seek(0) works. |
2010-03-04 18:03:33 | Tree |
[r1266]
by
briggs@adobe.com
Commit example showing how to perform additional load logic via a ProxyElement. The AsynchLoadingProxyElement (and its corresponding LoadTrait) load the proxied element, but doesn't expose its READY state to the outside world until it performs its own load operation (in this case it just runs a Timer). Include minor fix to other example. |
2010-03-04 17:28:35 | Tree |
[r1265]
by
briggs@adobe.com
Commit some proxy fixes related to the use of blocked traits. Update unit tests. |
2010-03-04 01:38:22 | Tree |