WebKit Bugzilla
Attachment 372646 Details for
Bug 198080
: webkitgtk 2.24.2 fails to build w/gstreamer 1.12.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch.
build.patch (text/plain), 1.35 KB, created by
Mike Gorse
on 2019-06-21 13:53:23 PDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Mike Gorse
Created:
2019-06-21 13:53:23 PDT
Size:
1.35 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index a53416b4057..79a30edc2d4 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-21 Mike Gorse <mgorse@suse.com> >+ >+ webkitgtk 2.24.2 fails to build w/gstreamer 1.12.5 >+ https://bugs.webkit.org/show_bug.cgi?id=198080 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests (build fix only). >+ >+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h: >+ Define GST_USE_UNSTABLE_API when including gst/gl/gl.h. >+ > 2019-06-21 Youenn Fablet <youenn@apple.com> > > Safari crashes after ~2028 OfflineAudioContext objects are created (they never get garbage collected, consuming a thread each) >diff --git a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h >index 59afdfcc01b..173ab0bf1ff 100644 >--- a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h >+++ b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h >@@ -38,6 +38,9 @@ > #include <wtf/WeakPtr.h> > > #if USE(TEXTURE_MAPPER_GL) >+#define GST_USE_UNSTABLE_API >+#include <gst/gl/gl.h> >+#undef GST_USE_UNSTABLE_API > #include "TextureMapperGL.h" > #if USE(NICOSIA) > #include "NicosiaContentLayerTextureMapperImpl.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198080
:
372646
|
372676