<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GStreamer] Use RunLoop::Timer instead of GMainLoopSource in video sink"
   href="https://bugs.webkit.org/show_bug.cgi?id=150807#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GStreamer] Use RunLoop::Timer instead of GMainLoopSource in video sink"
   href="https://bugs.webkit.org/show_bug.cgi?id=150807">bug 150807</a>
              from <span class="vcard"><a class="email" href="mailto:zan&#64;falconsigh.net" title="Zan Dobersek &lt;zan&#64;falconsigh.net&gt;"> <span class="fn">Zan Dobersek</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=264681&amp;action=diff" name="attach_264681" title="Updated patch">attachment 264681</a> <a href="attachment.cgi?id=264681&amp;action=edit" title="Updated patch">[details]</a></span>
Updated patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=264681&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=264681&amp;action=review</a>

<span class="quote">&gt;&gt;&gt; Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:92
&gt;&gt;&gt; +        LockHolder locker(m_sampleMutex);
&gt;&gt; 
&gt;&gt; I'm still stuck on this. in requestRender() m_timer operation is protected, here it's not.
&gt;&gt; 
&gt;&gt; Regarding previous behavior, timeoutSource was never cancelled after scheduling, except when WebKitVideoSinkPrivate was destroyed. This technically deviates from that.
&gt; 
&gt; It's not actually the timer what is protected, but the sample, we need to hold the lock for the condition wait.</span >

The timer is protected in requestRender(), and I don't see any reason why it wouldn't be protected here.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>