[Webkit-unassigned] [Bug 198080] webkitgtk 2.24.2 fails to build w/gstreamer 1.12.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 13:49:30 PDT 2019


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

--- Comment #2 from Mike Gorse <mgorse at suse.com> ---
I'm not super familiar with gstreamer / don't know whether this is the
right fix or not, but I just noticed that it wouldn't be the only place
where we do this. mediaPlayerPrivateGStreamerBase.cpp has this:
#define GST_USE_UNSTABLE_API
#include <gst/gl/gl.h>
#undef GST_USE_UNSTABLE_API

We could also condition it with #if !GST_CHECK_VERSION(1, 14, 0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190619/296dd3b1/attachment.html>


More information about the webkit-unassigned mailing list