[gstreamermm] 0.10.3 release.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gstreamermm] 0.10.3 release.
- Date: Wed, 19 Aug 2009 18:22:05 +0000 (UTC)
commit 267cbdb899be241d5888006ea27390eb7ea2ef24
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Wed Aug 19 14:15:20 2009 -0400
0.10.3 release.
* NEWS:
* configure.ac: prepare for 0.10.3 release.
ChangeLog | 9 +++++++++
NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 55 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2de78d9..c64518e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.10.3:
+
+2009-08-19 José Alburquerque <jaalburqu svn gnome org>
+
+ 0.10.3 release.
+
+ * NEWS:
+ * configure.ac: prepare for 0.10.3 release.
+
2009-08-19 José Alburquerque <jaalburqu svn gnome org>
TagSetter: Add Glib::ustring tag overrides.
diff --git a/NEWS b/NEWS
index 7f0c6e1..d72319b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+0.10.3 (unstable):
+
+Plugins:
+* Added decodebin2, multifdsink, playbin, tcpserversink, theoraparse,
+ uridecodebin plug-ins.
+ (José Alburquerque)
+Examples:
+* Added new typefind example showing how to extract the mime type from a
+ stream/file.
+ (Murray Cumming)
+API:
+* Structure: Replace use of Glib::QueryQuark with Glib::ustrig in slots.
+* TagList: Added add_value(), add(), get_value() and get() Glib::ustring
+ overrides for tags not in the Gst::Tag enum.
+ (Murray Cumming)
+* Bin: Added convenience method add_ghost_pad().
+* GhostPad: Made ghost pad name in constructors optional.
+* TagSetter: Add Glib::ustring tag overrides for custom tags (not in Gst::Tag
+ enum).
+ (José Alburquerque, Murray Cumming)
+* BaseAudioSrc: Wrapped {get,set}_slave_method().
+* BaseSink: Wrapped do_preroll(), {get,set}_blocksize().
+* BaseSrc: Wrapped {get,set}_blocksize().
+* BaseTransform: Wrapped suggest(), reconfigure().
+* ColorBalance: Wrapped get_balance_type().
+* Element: Wrapped {get,set}_start_time(), lost_state().
+* Event: Overloaded the Event classes parse() methods.
+* Added MessageStepDone, MessageStepStart, MessageStructureChange,
+ MessageRequestState and MessageStreamStatus message classes.
+* Mixer: Wrapped get_mixer_type().
+* Navigation: Wrapped send_command().
+* Added TaskPool class.
+* Plugin: Wrapped add_dependency() and register_static() methods.
+* PropertyProbe: Wrapped methods and vfuncs.
+* Segment: Wrapped to_position() and set_running_time() methods.
+* Task: Wrapped {get,set}_pool(), set_priority(), set_state() and
+ set_thread_slots() methods.
+* Added TypeFind and TypeFindFactory classes to complement the new typefind
+* example.
+ (José Alburquerque)
+Fixes:
+* Removed no longer needed gst-inspect check from configure.ac. Bug #587306.
+ (David King)
+
0.10.2 (unstable):
* Event: Added get_seqnum() and set_seqnum().
diff --git a/configure.ac b/configure.ac
index 8dd01e0..8dcad13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([GSTREAMERMM_MAJOR_VERSION], [0])
pushdef([GSTREAMERMM_MINOR_VERSION], [10])
-pushdef([GSTREAMERMM_MICRO_VERSION], [2])
+pushdef([GSTREAMERMM_MICRO_VERSION], [3])
pushdef([GSTREAMERMM_EXTRA_VERSION], [])
pushdef([GSTREAMERMM_VERSION], GSTREAMERMM_MAJOR_VERSION.GSTREAMERMM_MINOR_VERSION.GSTREAMERMM_MICRO_VERSION[]GSTREAMERMM_EXTRA_VERSION)
AC_INIT([gstreamermm], GSTREAMERMM_VERSION, [gtkmm-list gnome org])
@@ -124,7 +124,7 @@ Please install GNU make.]))
#########################################################################
gstreamermm_min_glibmm_version=2.21.1
gstreamermm_min_gtkmm_version=2.12.0
-gstreamermm_min_gst_version=0.10.23
+gstreamermm_min_gst_version=0.10.24
gstreamermm_min_libxmlpp_version=2.14.0
PKG_CHECK_MODULES(GSTREAMERMM, \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]