[Webkit-unassigned] [Bug 150836] [GStreamer] Use RunLoop::Timer for ready state timer in MediaPlayerPrivateGStreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 00:24:38 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=150836

Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #264690|review?                     |review+
              Flags|                            |

--- Comment #8 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 264690
  --> https://bugs.webkit.org/attachment.cgi?id=264690
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=264690&action=review

>>>>>>> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:208
>>>>>>> +#if PLATFORM(GTK)
>>>>>> 
>>>>>> Why not USE(GLIB) ?
>>>>> 
>>>>> Because EFL doesn't support it
>>>> 
>>>> But aren't they using Glib? If not it's quite silly because quite a few deps like GStreamer and libsoup have an implicit dependency on it already.
>>> 
>>> They don't use glib sources in the RunLoop implementation and win cairo either. See how setPriority is defined in RunLoop.h
>>> 
>>> #if USE(GLIB) && !PLATFORM(EFL)
>>>         void setPriority(int);
>>> #endif
>>> 
>>> EFL has its own implementation of RunLoop and RunLoop::Timer using ecore.
>> 
>> Alright :) So let's use the same ifdef as above for consistency then?
> 
> And do you want me to submit an updated patch just for this?

No.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151104/327135be/attachment-0001.html>


More information about the webkit-unassigned mailing list