[svn:osmf:] 14592: Fix bug in ProxyElement's blockedTraits implementation.

Revision: 14592
Revision: 14592
Author:   [email protected]
Date:     2010-03-04 16:13:02 -0800 (Thu, 04 Mar 2010)
Log Message:
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.
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
    osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElementAsDynamicProxy.as

(Removed)

Similar Messages

  • [svn:osmf:] 17565: Fix FM-937: ProxyElement dispatches trait events for blocked and overridden traits.

    Revision: 17565
    Revision: 17565
    Author:   [email protected]
    Date:     2010-09-02 17:30:08 -0700 (Thu, 02 Sep 2010)
    Log Message:
    Fix FM-937: ProxyElement dispatches trait events for blocked and overridden traits.  Add unit test.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-937
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as

  • [svn:osmf:] 13027: Fix bug in SerialElement where the durationReached event was dispatched on a child-to-child transition due to the base class thinking that the duration had been reached  (since the second child didn't have a duration yet).

    Revision: 13027
    Revision: 13027
    Author:   [email protected]
    Date:     2009-12-16 18:09:46 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Fix bug in SerialElement where the durationReached event was dispatched on a child-to-child transition due to the base class thinking that the duration had been reached (since the second child didn't have a duration yet).  Injection from trait refactoring.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeTimeTrait.as

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • [svn:osmf:] 11205: Fix bug FM-169: Trait support for data transfer sample doesn' t display bytes loaded and bytes total for SWF element

    Revision: 11205
    Author:   [email protected]
    Date:     2009-10-27 15:04:26 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fix bug FM-169: Trait support for data transfer sample doesn't display bytes loaded and bytes total for SWF element
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-169
    Modified Paths:
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/org/osmf/model/Model.as

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • [svn:osmf:] 10991: Fix bug FM-119, where the playhead time doesn' t get updated until after the seek has completed.

    Revision: 10991
    Author:   [email protected]
    Date:     2009-10-17 22:52:28 -0700 (Sat, 17 Oct 2009)
    Log Message:
    Fix bug FM-119, where the playhead time doesn't get updated until after the seek has completed.  The bug is actually in Flash Player (FP-1705), and the workaround is to wait until NetStream.time gets updated before dispatching the seek completion event.  This changelist also updates the unit tests and NetMocker to verify the fix.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-119
        http://bugs.adobe.com/jira/browse/FP-1705
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestISeekable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekableTrait.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
        osmf/trunk/libs/adobe/NetMockerTest/org/osmf/netmocker/TestMockNetStream.as

    Revision: 10991
    Author:   [email protected]
    Date:     2009-10-17 22:52:28 -0700 (Sat, 17 Oct 2009)
    Log Message:
    Fix bug FM-119, where the playhead time doesn't get updated until after the seek has completed.  The bug is actually in Flash Player (FP-1705), and the workaround is to wait until NetStream.time gets updated before dispatching the seek completion event.  This changelist also updates the unit tests and NetMocker to verify the fix.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-119
        http://bugs.adobe.com/jira/browse/FP-1705
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestISeekable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekableTrait.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
        osmf/trunk/libs/adobe/NetMockerTest/org/osmf/netmocker/TestMockNetStream.as

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • [svn:osmf:] 14928: Fix bug FM-468: Initial and max indices not being respected for RTMP MBR.

    Revision: 14928
    Revision: 14928
    Author:   [email protected]
    Date:     2010-03-22 17:35:43 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Fix bug FM-468: Initial and max indices not being respected for RTMP MBR.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-468
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSwitchManager.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamSwitchManager.as

  • [svn:osmf:] 12656: Fix bug FM-257: Rename durationReached event type to complete.

    Revision: 12656
    Revision: 12656
    Author:   [email protected]
    Date:     2009-12-08 09:45:59 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Fix bug FM-257: Rename durationReached event type to complete.  Also, updated unit tests to be in sync with latest changes (including loc work).
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-257
    Modified Paths:
        osmf/branches/flex4/framework/MediaFramework/org/osmf/composition/CompositeTemporalTrait. as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/events/TimeEvent.as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/proxies/TemporalProxyElement.as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/traits/ITemporal.as
        osmf/branches/flex4/framework/MediaFramework/org/osmf/traits/TemporalTrait.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioTemporalTrai t.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/composition/TestCompositeMe tadata.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelEle ment.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelSwi tchableTrait.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialEleme nt.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/content/TestContentLoader.a s
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/image/TestImageLoader.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestMetadata.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestMetadataUtils. as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDy namicStreamingResource.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/plugin/TestDynamicPluginLoa der.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/swf/TestSWFLoader.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/traits/TestLoaderBase.as
        osmf/branches/flex4/framework/MediaFrameworkFlexTest/org/osmf/traits/TestTemporalTrait.as
        osmf/branches/flex4/libs/VAST/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/branches/flex4/libs/VAST/org/osmf/vast/media/VASTTrackingProxyElement.as

  • [svn:osmf:] 11861: Fix bug FM-206: Visual position changes between subclips.

    Revision: 11861
    Revision: 11861
    Author:   [email protected]
    Date:     2009-11-16 11:50:44 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Fix bug FM-206:  Visual position changes between subclips.  This isn't a subclip bug, but the nature of subclips make it more noticeable.  The problem is we set the Video's dimensions to 320x240 by default, then set them again when the metadata is loaded.  This results in a flicker for slow-to-load media (like a subclip).  The fix is to set the dimensions to zero until the metadata has loaded.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-206
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as

    (Removed)

  • [svn:osmf:] 15196: Fix bug FM-621: SerialElement dispatches READY event twice.

    Revision: 15196
    Revision: 15196
    Author:   [email protected]
    Date:     2010-04-01 21:16:48 -0700 (Thu, 01 Apr 2010)
    Log Message:
    Fix bug FM-621: SerialElement dispatches READY event twice.  Fix inconsistency between MediaPlayer.stop implementation and ASDoc (i.e. the method should always rewind).  Temporarily disable DurationElement test, needs some investigation as to why it behaves so different from the other MediaElement-in-MediaPlayer tests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-621
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/SerialSeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

  • [svn:osmf:] 16166: Fix bug FM-857: VAST impression and tracking events broken.

    Revision: 16166
    Revision: 16166
    Author:   [email protected]
    Date:     2010-05-17 16:44:55 -0700 (Mon, 17 May 2010)
    Log Message:
    Fix bug FM-857: VAST impression and tracking events broken.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-857
    Modified Paths:
        osmf/trunk/libs/VAST/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/VASTTest/org/osmf/vast/media/TestVASTImpressionProxyElement.as
        osmf/trunk/libs/VASTTest/org/osmf/vast/media/TestVASTTrackingProxyElement.as

  • [svn:osmf:] 15121: Fix bug related to validation of plugin versions.

    Revision: 15121
    Revision: 15121
    Author:   [email protected]
    Date:     2010-03-29 17:33:12 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Fix bug related to validation of plugin versions.  The fix is to load a dynamic plugin SWF twice.  The first time it's loaded into a separate ApplicationDomain, so that the class types are not merged (and Version.version will not have identical values for player and plugin).  If the version types are consistent, then the plugin is loaded a second time, this time into the same SecurityDomain (so that class types are merged).  The second load should pull the SWF from the cache, minimizing the overhead.  The downside is that the SWF will be initialized twice.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/loaderClasses/LoaderUtils.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/DynamicPluginLoader.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/PluginLoader.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/media/pluginClasses/TestPluginManagerIn tegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/utils/IntegrationTestUtils.as

    Hi sebasvideo, Did you ever find a solution to this? I've been having the same problem for a few months now and it's maddening. Seems to be specific to the GPU like you say above. I noticed it most when using Element 3D. I thought maybe there was some sort of read/write interference as I have 2 SSDs and one HD with assets spread across all of them. But even when I consolidated all of my data to one drive the flickering kept happening. Not sure if it's an After Effects problem specifically... or windows 8.1? Or nVidia? Super frustrating thoguh.

  • [svn:osmf:] 9861: Fixing bug where sizing pixel from the previous run of updateIntrinsicDimensions would prevent the dimensions from being decreased .

    Revision: 9861
    Author:   [email protected]
    Date:     2009-08-31 23:08:03 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Fixing bug where sizing pixel from the previous run of updateIntrinsicDimensions would prevent the dimensions from being decreased.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/layout/LayoutContextSprite.as

  • [svn:osmf:] 14812: Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon .

    Revision: 14812
    Revision: 14812
    Author:   [email protected]
    Date:     2010-03-17 09:02:11 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/LoadableElementBase.as

    Revision: 14812
    Revision: 14812
    Author:   [email protected]
    Date:     2010-03-17 09:02:11 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/LoadableElementBase.as

  • [svn:osmf:] 15456: Fix bug FM-707: Nested SerialElements signaling complete too soon.

    Revision: 15456
    Revision: 15456
    Author:   [email protected]
    Date:     2010-04-15 14:53:59 -0700 (Thu, 15 Apr 2010)
    Log Message:
    Fix bug FM-707: Nested SerialElements signaling complete too soon.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-707
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeTimeTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSerialElementWithTimeTrait.as

Maybe you are looking for

  • New concept

    Hi all I m facing problem to upload data through idoc.the scenario is like we receive electric meter reading in flat file format. And to upload that data JAVA code is written which will create an IDOC FILE this authorization is only give to 2-3 perso

  • Version management for Purchase order

    Dear Friends, I am implimenting version management for Purchase orders. Under version management(IMG) ,set up change dispalys node-- following fields are available. Ex: Doc type-- ZCO,NB For item view fields: Field nameEMATN(material),TableMEPO1211--

  • Buyer not able to change fields of SC in sourcing cockpit in SRM 7.0

    Hi We are on SRM 7.0 , SP 07 . We are in classic mode. Buyer is not able to change fields of shopping cart in sourcing cockpit like delivery date and quantity . He is able to add supplier and create PO . Even when he creates draft PO , he is not able

  • BW statistics& index

    hI,   This is madhavi. can any body explain abt BW statistics& indexes. in real time how do we use these.. on what based we make decision on these. Regards, Madhavi

  • Unable to get form Name

    <h:form id="updateParentForm" >          <t:commandButton style="display: none; visibility: hidden;" id="updateParentButton" action="#{myHandler.myAction}"></t:commandButton>  </h:form> I have this code in another form where I call this function from