[gstreamermm] 0.10.10.
- From: Josà Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] 0.10.10.
- Date: Wed, 20 Jul 2011 17:50:15 +0000 (UTC)
commit 9c4dabaecd71aae9c712116f3b300f28bb3de713
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date: Wed Jul 20 13:49:53 2011 -0400
0.10.10.
* NEWS:
* configure.ac: Prepare for a new release.
ChangeLog | 9 +++++++++
NEWS | 25 +++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9d3fd0e..6828f4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.10.10:
+
+2011-07-20 Josà Alburquerque <jaalburqu svn gnome org>
+
+ 0.10.10.
+
+ * NEWS:
+ * configure.ac: Prepare for a new release.
+
2011-07-20 Josà Alburquerque <jaalburqu svn gnome org>
gstreamermm.h: Include discovererinfo.h.
diff --git a/NEWS b/NEWS
index 66c20ad..9398f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.10.10 (unstable):
+API:
+* Add new properties in classes.
+* AudioSink, AudioSrc, BaseSrc: Wrap the virtual functions.
+* BaseAudioSink:
+ - Add the [get|set]_drift_tolerance() methods.
+* BaseSink:
+ - Add the set_last_buffer(), is_last_buffer(), [get|set]_throttle_time()
+ methods.
+* Caps:
+ - Add the steal_structure() method and get_intersect() method accepting a
+ Gst::CapsIntersectMode enum.
+* Discover, DiscoverInfo:
+ - Add new API allowing for discovering information on URI's.
+* Element:
+ - Add the reguest_pad() and link_pads() methods.
+* ElementFactory:
+ - Add the can_[sink|src]_[all|any]_caps() get_documentation_uri(),
+ get_icon_name(), filter(), get_elements() and is_of_type() methods.
+* XOverlay:
+ - Add the got_window_handle(), set_window_handle() and set_render_rectangle()
+ methods.
+Plugins:
+* Add the funnel plug-in.
+
0.10.9.1 (unstable):
* Wrap the input-selector, output-selector and valve core plugins.
diff --git a/configure.ac b/configure.ac
index fbc7c03..0beea20 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], [0.10.9.1],
+AC_INIT([gstreamermm], [0.10.10],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
[gstreamermm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -55,7 +55,7 @@ AC_SUBST([GSTREAMERMM_MODULES],
[[], [-base], [-controller], [-dataprotocol], [-net], [-plugins-base],
[-audio], [-cdda], [-interfaces], [-netbuffer], [-rtp], [-video],
[-pbutils]],
- [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.32])'])
+ [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.35])'])
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]