wpe: Bump WPE dependency to 2.28
authorThibault Saunier <tsaunier@igalia.com>
Wed, 19 May 2021 22:48:29 +0000 (18:48 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 19 May 2021 22:50:29 +0000 (18:50 -0400)
The new audio feature depends on WPE 2.28 so we should just bump our
requirement to that.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2264>

ext/wpe/gstwpesrcbin.cpp
ext/wpe/meson.build

index 3ea0069..169f8ab 100644 (file)
@@ -222,7 +222,7 @@ gst_wpe_src_chain_buffer (GstPad * pad, GstObject * parent, GstBuffer * buffer)
 }
 
 void
-gst_wpe_src_new_audio_stream(GstWpeSrc *src, guint32 id, GstCaps *caps, const gchar *stream_id)
+gst_wpe_src_new_audio_stream (GstWpeSrc *src, guint32 id, GstCaps *caps, const gchar *stream_id)
 {
   GstWpeAudioPad *audio_pad;
   GstPad *pad;
index b46ae95..62474a5 100644 (file)
@@ -6,7 +6,7 @@ if not gstgl_dep.found()
   subdir_done()
 endif
 
-wpe_dep = dependency('wpe-webkit-1.0', version : '>= 2.24', required : get_option('wpe'))
+wpe_dep = dependency('wpe-webkit-1.0', version : '>= 2.28', required : get_option('wpe'))
 wpe_fdo_dep = dependency('wpebackend-fdo-1.0', required : get_option('wpe'))
 egl_dep = dependency('egl', required : get_option('wpe'))
 xkbcommon_dep = dependency('xkbcommon', version : '>= 0.8', required : get_option('wpe'))