From: Tim-Philipp Müller Date: Tue, 8 Sep 2020 15:58:58 +0000 (+0100) Subject: Back to development X-Git-Tag: 1.19.3~495^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b08c08cf93fc2e5677f756b5009c3953c454c4c;p=platform%2Fupstream%2Fgstreamer.git Back to development --- diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 7e5afa0..a6cf43a 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -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", diff --git a/meson.build b/meson.build index acf137b..6bd6d1e 100644 --- a/meson.build +++ b/meson.build @@ -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()