Bug 173348 - [GStreamer] Align GstBus signal watch priorities with RunLoop dispatches
Summary: [GStreamer] Align GstBus signal watch priorities with RunLoop dispatches
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-13 23:37 PDT by Zan Dobersek
Modified: 2017-06-14 01:56 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.03 KB, patch)
2017-06-13 23:47 PDT, Zan Dobersek
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-06-13 23:37:16 PDT
[GStreamer] Align GstBus signal watch priorities with RunLoop dispatches
Comment 1 Zan Dobersek 2017-06-13 23:47:42 PDT
Created attachment 312865 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-06-14 00:00:20 PDT
Comment on attachment 312865 [details]
Patch

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

> Source/WebCore/ChangeLog:16
> +matching dispatches of callbacks scheduled via RunLoop::dispatch().

Did you forget to remove this line?
Comment 3 Zan Dobersek 2017-06-14 00:22:49 PDT
Comment on attachment 312865 [details]
Patch

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

>> Source/WebCore/ChangeLog:16
>> +matching dispatches of callbacks scheduled via RunLoop::dispatch().
> 
> Did you forget to remove this line?

Yes.
Comment 4 Zan Dobersek 2017-06-14 01:56:52 PDT
Committed r218248: <http://trac.webkit.org/changeset/218248>