Title: [169922] trunk/Source/WebCore
Revision
169922
Author
[email protected]
Date
2014-06-12 17:07:15 -0700 (Thu, 12 Jun 2014)

Log Message

[Mac] Speculative build fix after r169921.

* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
(WebCore::SourceBufferPrivateAVFObjC::destroyRenderers):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (169921 => 169922)


--- trunk/Source/WebCore/ChangeLog	2014-06-12 23:49:02 UTC (rev 169921)
+++ trunk/Source/WebCore/ChangeLog	2014-06-13 00:07:15 UTC (rev 169922)
@@ -1,3 +1,10 @@
+2014-06-12  Andy Estes  <[email protected]>
+
+        [Mac] Speculative build fix after r169921.
+
+        * platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
+        (WebCore::SourceBufferPrivateAVFObjC::destroyRenderers):
+
 2014-06-12  Jer Noble  <[email protected]>
 
         [MSE][Mac] Stop observing the sample buffer renderers when destroying them.

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm (169921 => 169922)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm	2014-06-12 23:49:02 UTC (rev 169921)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm	2014-06-13 00:07:15 UTC (rev 169922)
@@ -729,7 +729,7 @@
             m_mediaSource->player()->removeAudioRenderer(renderer);
         [renderer flush];
         [renderer stopRequestingMediaData];
-        [m_errorListener stopObservingLayer:renderer];
+        [m_errorListener stopObservingRenderer:renderer];
     }
 
     m_audioRenderers.clear();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to