[gstreamermm] 0.10.9



commit 3957f1902d17f15f52718e5e3fd37b634c0d73aa
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Apr 14 13:14:39 2011 +0200

    0.10.9

 ChangeLog    |    2 ++
 NEWS         |   26 ++++++++++++++++----------
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 19827db..95ef631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+0.10.9:
+
 2011-04-14  Murray Cumming  <murrayc murrayc com>
 
 	Dist the documentation scripts.
diff --git a/NEWS b/NEWS
index 007ffed..854f23c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.10.9 (unstable):
+
+* BaseTransform: Fix the vfunc implementations.
+* Documentation: Improve the main page.
+(José Alburquerque)
+
 0.10.8 (unstable):
 API:
 * BaseSink:
@@ -271,13 +277,13 @@ Fixes:
   - Renamed get_*() methods to parse_*().
   - Added set/get_stats*().
 * MiniObject:
-  - Added get_flags(), flag_is_set(), set_flag() and 
+  - Added get_flags(), flag_is_set(), set_flag() and
   unset_flags(). Uncommented copy().
   - Added is_writable(), make_writable().
 * Object: Added save_thyself() and restore_thyself().
 * Added QueryApplication().
 * Structure: Addded fixate*() methods.
-* Xml: Made write_xml() Gst::write_xml_file(, and make_element() 
+* Xml: Made write_xml() Gst::write_xml_file(, and make_element()
   static member of Gst::XML.
 * Added libxml++ and gstreamer-audio-0.10 as dependencies.
 * Documentation improvements.
@@ -291,7 +297,7 @@ Fixes:
 * Added BaseTransform.
   (José Alburquerque)
 * Bin:
-  - Make add() throw an exception, needed for chaining. 
+  - Make add() throw an exception, needed for chaining.
     (Murray Cumming)
   - Added get_children() and get_num_children().
     (José Alburquerque)
@@ -300,12 +306,12 @@ Fixes:
 * Added ColorBalance and ColorBalanceChannel.
   (José Alburquerque)
 * ElementFactory:
-  - Rename create() to create_element() 
+  - Rename create() to create_element()
   and add an override that takes no name.
   (Murray Cumming)
 * GhostPad: Corrected the constructor implementations.
   (José Alburquerque
-* Message: Implement MessageInfo::parse() and add a 
+* Message: Implement MessageInfo::parse() and add a
   method overload without the debug parameter.
   (Murray Cumming)
 * Pad, PadTemplate: Corrected the constructor implementations.
@@ -353,7 +359,7 @@ Fixes:
 * PadTemplate: Wrapped members name_template, direction, and presence.
 * Parse: Throw errors as exceptions.
 * Pipeline: Added properties.
-* Structure: Renamed is_empty() and get_size() methods to empty() and size(), 
+* Structure: Renamed is_empty() and get_size() methods to empty() and size(),
   for consistency with the standard C++ library.
 * Added TagList.
 * Added TagSetter.
@@ -370,7 +376,7 @@ Fixes:
 
 * Bin: Added signals.
   (José Alburquerque)
-* Bus: Added pop() methods. 
+* Bus: Added pop() methods.
 * Pad: Added  get_pad_template_caps(), alloc_buffer(),
   alloc_buffer_and_set_caps(), get_range(), proxy_getcaps(), push, push_event(),
   send_event(), event_default(), query, peer_query(), query_default(),
@@ -380,7 +386,7 @@ Fixes:
   (Siavash Safi. Bug #517208.)
 * Element: Added get_factory().
   (José Alburquerque)
-* Added ElementFactory, Filter, IndexFactory, Parse, Plugin, PluginFeature, 
+* Added ElementFactory, Filter, IndexFactory, Parse, Plugin, PluginFeature,
   Task, UriHandler
   (José Alburquerque)
 
@@ -391,7 +397,7 @@ Fixes:
   (Siavash Safi)
 * Bin: Derive from ChildProxy.
 * Added ChildProxy.
-* Caps: Added create_simple() and set_simple() methods that 
+* Caps: Added create_simple() and set_simple() methods that
   work with Caps with only one structure.
 * Added PluginFeature, Plugin and ElementFactory.
   (José Alburquerque)
@@ -409,4 +415,4 @@ Build fixes and installation fixes.
 0.9.1 (unstable):
 
 First version, with some simple examples.
-(José Alburquerque, Siavash Safi, Milosz Derezynski, Murray Cumming) 
+(José Alburquerque, Siavash Safi, Milosz Derezynski, Murray Cumming)
diff --git a/configure.ac b/configure.ac
index 4e05fa4..d735877 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.8],
+AC_INIT([gstreamermm], [0.10.9],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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