mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
wpe: Bump WPE dependency to 2.28
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>
This commit is contained in:
parent
4872b41448
commit
818db8f0b3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue