telepathy-farstream: The GStreamer 1.0 API is no longer unstable

Olivier Crête tester at kemper.freedesktop.org
Tue Sep 25 14:01:42 PDT 2012


Module: telepathy-farstream
Branch: master
Commit: a3babd6c929e0b841839a307ddeceedfa85163a9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=a3babd6c929e0b841839a307ddeceedfa85163a9

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Tue Sep 25 16:58:01 2012 -0400

The GStreamer 1.0 API is no longer unstable

---

 configure.ac                    |    2 +-
 telepathy-farstream/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a6a2251..25a54c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ if test "x$enable_coverage" = "xyes"; then
        CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
 fi
 
-CFLAGS="$CFLAGS -DGST_USE_UNSTABLE_API"
+CFLAGS="$CFLAGS"
 
 dnl Check for Glib
 PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0)
diff --git a/telepathy-farstream/Makefile.am b/telepathy-farstream/Makefile.am
index 45bac13..50e03e3 100644
--- a/telepathy-farstream/Makefile.am
+++ b/telepathy-farstream/Makefile.am
@@ -75,7 +75,7 @@ TelepathyFarstream_0_6_gir_INCLUDES = \
 	Gst-1.0 \
 	Farstream-0.2 \
 	TelepathyGLib-0.12
-TelepathyFarstream_0_6_gir_CFLAGS = $(INCLUDES) -DGST_USE_UNSTABLE_API
+TelepathyFarstream_0_6_gir_CFLAGS = $(INCLUDES)
 TelepathyFarstream_0_6_gir_LIBS = libtelepathy-farstream.la
 TelepathyFarstream_0_6_gir_FILES = $(introspection_sources)
 TelepathyFarstream_0_6_gir_SCANNERFLAGS = --identifier-prefix=tf_ --identifier-prefix=Tf



More information about the telepathy-commits mailing list