[webkit-reviews] review granted: [Bug 178074] [GTK][MSE] Add dump of append pipeline : [Attachment 323164] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 03:23:41 PDT 2017


Xabier Rodríguez Calvar <calvaris at igalia.com> has granted Alicia Boya García
<aboya at igalia.com>'s request for review:
Bug 178074: [GTK][MSE] Add dump of append pipeline
https://bugs.webkit.org/show_bug.cgi?id=178074

Attachment 323164: Patch

https://bugs.webkit.org/attachment.cgi?id=323164&action=review




--- Comment #3 from Xabier Rodríguez Calvar <calvaris at igalia.com> ---
Comment on attachment 323164
  --> https://bugs.webkit.org/attachment.cgi?id=323164
Patch

I agree with Enrique. This said, the patch is good enough and we can land it
provided that you create a bug (and fix if if you can) to rework the way we
subscribe and unsubscribe to signals in this and other pipelines.

First. we should subscribe with lambdas.

Second, we should unsubscribe with the by_data function instead of the by_func
one. That way, as we always pass this as user_data, we'll always unsubscribe
from stuff even when we haven't done it explicitly for all functions (and we
won't need declared functions, lambdas will suffice).


More information about the webkit-reviews mailing list