mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
Back to development
This commit is contained in:
parent
12eef97248
commit
3b08c08cf9
2 changed files with 3 additions and 3 deletions
|
@ -321,7 +321,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer/1.18.0",
|
||||
"default": "GStreamer/1.19.0.1",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project('gst-rtsp-server', 'c',
|
||||
version : '1.18.0',
|
||||
meson_version : '>= 0.48',
|
||||
version : '1.19.0.1',
|
||||
meson_version : '>= 0.54',
|
||||
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
|
||||
|
||||
gst_version = meson.project_version()
|
||||
|
|
Loading…
Reference in a new issue