[gstreamermm] Release 1.4.3
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Release 1.4.3
- Date: Tue, 24 Feb 2015 20:58:10 +0000 (UTC)
commit 00ea562ab9515ab796af198783805c980dea22a6
Author: Marcin Kolny <marcin kolny gmail com>
Date: Tue Feb 24 21:57:14 2015 +0100
Release 1.4.3
* NEWS:
* configure.ac: prepare for a new release.
NEWS | 11 +++++++++++
configure.ac | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0f61237..d47d687 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.4.3 (unstable):
+ * Add more methods to a wrapped classes.
+ * Wrapp classes: GstAllocator, GstAtomicQueue, GstContext.
+ * Fix miniobject's make_writable method.
+ * Add msvc support (vcxproj).
+ * Add example for elements with sometimes pads.
+ * Improve main page in documentation
+ * Fix refcount bug in Gst::Buffer::copy and QueryCaps::parse.
+ * Fix segfault Gst::QueryAllocation::parse_nth_allocation_meta.
+ * Add more unittests.
+
1.0.10 (unstable):
* Wrapped more methods
diff --git a/configure.ac b/configure.ac
index 900d7c7..78de088 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gstreamermm], [1.2.4],
+AC_INIT([gstreamermm], [1.4.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
[gstreamermm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -61,7 +61,7 @@ AC_SUBST([GSTREAMERMM_MODULES],
[[], [-app], [-audio], [-base], [-check],
[-controller], [-fft], [-net], [-pbutils], [-plugins-base],
[-riff], [-rtp], [-sdp], [-tag], [-video]],
- [ gstreamer[]m4_defn([gstmm_mod])[]-1.0 >= 1.2.4])'])
+ [ gstreamer[]m4_defn([gstmm_mod])[]-1.0 >= 1.4.3])'])
PKG_CHECK_MODULES([GSTREAMERMM], [$GSTREAMERMM_MODULES])
PKG_CHECK_MODULES([GUI_EXAMPLES], [$GSTREAMERMM_MODULES gtkmm-3.0 >= 3.0],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]