mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
meson: Bump min required GStreamer version
Setting "start-bitrate" property requires at least GStreamer 1.24. We do not want to introduce APIs that work only if user has a certain dependency version, thus this bump instead of version check. Related work on GStreamer side: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3894 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3895 Since these were contributed to GStreamer almost 2 years ago with the intention of using them in Clapper, I think its about time to start do so.
This commit is contained in:
@@ -9,7 +9,7 @@ project('clapper', 'c',
|
||||
)
|
||||
|
||||
glib_req = '>= 2.76.0'
|
||||
gst_req = '>= 1.20.0'
|
||||
gst_req = '>= 1.24.0'
|
||||
gtk4_req = '>= 4.10.0'
|
||||
adw_req = '>= 1.4.0'
|
||||
|
||||
|
Reference in New Issue
Block a user