diff --git a/bin/dbus/cx.ring.Ring.VideoManager.xml b/bin/dbus/cx.ring.Ring.VideoManager.xml
index 7ddc8442a..fac32e447 100644
--- a/bin/dbus/cx.ring.Ring.VideoManager.xml
+++ b/bin/dbus/cx.ring.Ring.VideoManager.xml
@@ -164,7 +164,7 @@
Signal triggered by changes in the detected v4l2 devices, e.g. a camera being unplugged.
-
+
Signal triggered when video is available in a shared memory buffer.
The ID of the call associated with the video, or "local" in the case of local video
@@ -183,7 +183,7 @@
-
+
Signal triggered when video is no longer available in a shared memory buffer.
The ID of the call associated with the video, or "local" in the case of local video
diff --git a/bin/dbus/dbusclient.cpp b/bin/dbus/dbusclient.cpp
index 374ab265c..5c5fbed1b 100644
--- a/bin/dbus/dbusclient.cpp
+++ b/bin/dbus/dbusclient.cpp
@@ -316,9 +316,9 @@ DBusClient::initLibrary(int flags)
const std::map videoEvHandlers = {
exportable_callback(bind(&DBusVideoManager::deviceEvent, videoM)),
exportable_callback(
- bind(&DBusVideoManager::startedDecoding, videoM, _1, _2, _3, _4, _5)),
+ bind(&DBusVideoManager::decodingStarted, videoM, _1, _2, _3, _4, _5)),
exportable_callback(
- bind(&DBusVideoManager::stoppedDecoding, videoM, _1, _2, _3)),
+ bind(&DBusVideoManager::decodingStopped, videoM, _1, _2, _3)),
};
#endif
diff --git a/configure.ac b/configure.ac
index f1ff369c2..5956dc397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Jami - configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([Jami Daemon],[11.0.2],[jami@gnu.org],[jami])
+AC_INIT([Jami Daemon],[12.0.0],[jami@gnu.org],[jami])
dnl Clear the implicit flags that default to '-g -O2', otherwise they
dnl take precedence over the values we set via the