[gstreamermm] Bump gstreamer requirement to 0.10.28.



commit ed1aa33925bafefbbddad8a84e0bcc6460a88257
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Fri Mar 12 15:14:35 2010 -0500

    	Bump gstreamer requirement to 0.10.28.
    
    	* configure.ac: Bump gstreamer requirement to 0.10.28 because of new
    	properties (for the TheoraEnc plug-in) and new plug-ins (queue2,
    	subtitleoverlay and audiorate) that are included from those core and
    	base releases.
    
    	Fixes bug #612563 (David King)

 ChangeLog    |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 442643a..2ef98e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2010-03-12  José Alburquerque  <jaalburqu svn gnome org>
 
+	Bump gstreamer requirement to 0.10.28.
+
+	* configure.ac: Bump gstreamer requirement to 0.10.28 because of new
+	properties (for the TheoraEnc plug-in) and new plug-ins (queue2,
+	subtitleoverlay and audiorate) that are included from those core and
+	base releases.
+
+	Fixes bug #612563 (David King)
+
+2010-03-12  José Alburquerque  <jaalburqu svn gnome org>
+
 	Add new audiorate base plug-in.
 
 	* configure.ac:
diff --git a/configure.ac b/configure.ac
index 7dc8862..df1d706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AC_SUBST([GSTREAMERMM_MODULES],
          ['giomm-2.4 >= 2.21.1 libxml++-2.6 >= 2.14[]m4_foreach([gstmm_mod],
          [[], [-base], [-controller], [-dataprotocol], [-net], [-plugins-base],
               [-audio], [-cdda], [-interfaces], [-netbuffer], [-rtp], [-video]],
-         [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.24])'])
+         [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.28])'])
 PKG_CHECK_MODULES([GSTREAMERMM], [$GSTREAMERMM_MODULES])
 
 PKG_CHECK_MODULES([GUI_EXAMPLES], [$GSTREAMERMM_MODULES gtkmm-2.4 >= 2.12],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]