mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +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": false,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"controllable": false,
|
"controllable": false,
|
||||||
"default": "GStreamer/1.18.0",
|
"default": "GStreamer/1.19.0.1",
|
||||||
"mutable": "null",
|
"mutable": "null",
|
||||||
"readable": true,
|
"readable": true,
|
||||||
"type": "gchararray",
|
"type": "gchararray",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('gst-rtsp-server', 'c',
|
project('gst-rtsp-server', 'c',
|
||||||
version : '1.18.0',
|
version : '1.19.0.1',
|
||||||
meson_version : '>= 0.48',
|
meson_version : '>= 0.54',
|
||||||
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
|
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
|
||||||
|
|
||||||
gst_version = meson.project_version()
|
gst_version = meson.project_version()
|
||||||
|
|
Loading…
Reference in a new issue