Skip to content

Commit

Permalink
Merge branch 'release/v0.13.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontero committed Jul 19, 2021
2 parents c3bef87 + c3f3923 commit 25b4238
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl required version of autoconf
AC_PREREQ([2.53])

dnl Gstreamer's daemon package name and version
AC_INIT([gstd],[0.12.0])
AC_INIT([gstd],[0.13.0])

dnl required version of gstreamer and gst-plugins-base
GST_REQUIRED=1.0.0
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
gstd (0.13.0-1) unstable; urgency=medium

* Add libgstc support to get pipeline state
* Fix memory leak in gstd pipeline get property
* Add libgstc signals support
* Remove compilation warnings
* Fix tests to build inside gst-build

-- RidgeRun Engineering <[email protected]> Mon, 19 Jul 14:30:00 -0600

gstd (0.12.0-1) unstable; urgency=medium

* Inint scripts support
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gstd', 'c',
version : '0.12.0',
version : '0.13.0',
meson_version : '>= 0.50',)

gstd_version = meson.project_version()
Expand Down

0 comments on commit 25b4238

Please sign in to comment.