[webkit-changes] [WebKit/WebKit] 54d388: [GStreamer] Include GRefPtr.h before gst/gst.h
Konstantin Tokarev
noreply at github.com
Sat Jul 29 10:59:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 54d388c4d949add395f296dd59ec510551328303
https://github.com/WebKit/WebKit/commit/54d388c4d949add395f296dd59ec510551328303
Author: Konstantin Tokarev <annulen at yandex.ru>
Date: 2023-07-29 (Sat, 29 Jul 2023)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h
M Tools/Scripts/webkitpy/style/checker.py
Log Message:
-----------
[GStreamer] Include GRefPtr.h before gst/gst.h
https://bugs.webkit.org/show_bug.cgi?id=259627
Reviewed by Philippe Normand.
GRefPtr.h must be included earlier than gst/gst.h, otherwise forward
declaration in the former will cause compilation error.
* Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:
* Tools/Scripts/webkitpy/style/checker.py: Added style checker exception
for include order in GRefPtrGStreamer.h
Canonical link: https://commits.webkit.org/266416@main
More information about the webkit-changes
mailing list