[gstreamermm] Release 0.10.6.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gstreamermm] Release 0.10.6.
- Date: Sun, 27 Dec 2009 23:52:14 +0000 (UTC)
commit 80494135d8726539084bbdef777b0a57b4c4ab9f
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Sun Dec 27 18:51:38 2009 -0500
Release 0.10.6.
* NEWS:
* configure.ac: Prepare for release 0.10.6.
* gstreamer/src/index.ccg: Minor reformatting.
ChangeLog | 8 ++++++++
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
gstreamer/src/index.ccg | 4 +++-
4 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7ceff02..924c60b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-27 José Alburquerque <jaalburqu svn gnome org>
+
+ Release 0.10.6.
+
+ * NEWS:
+ * configure.ac: Prepare for release 0.10.6.
+ * gstreamer/src/index.ccg: Minor reformatting.
+
2009-12-23 José Alburquerque <jaalburqu svn gnome org>
Make gobj() method definitions in API inline.
diff --git a/NEWS b/NEWS
index 2acbdc0..2d6f20b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+0.10.6 (unstable)
+
+Build:
+* Optimizations and library robustness
+ (Daniel Elstner)
+Plugin Generator:
+* Added convenience methods for plug-in action signals. This allows signals
+ that are used in the C API by calling them with g_signal_emit() to be used
+ conveniently in C++.
+ (José Alburquerque)
+API:
+* CddaBaseSrc:
+ - Wrapped add_track() method.
+ - Wrapped virtual functions.
+* Refined MiniObject so that it is registered in the GType system.
+* MixerTrack:
+ - Added convenience method has_flags().
+* RingBuffer:
+ - Wrapped virtual functions.
+ - Re-wrote its helper class RingBufferSpec.
+* Added StreamVolume interface.
+* TaskPool:
+ - Wrapped virtual functions.
+* VideoSink:
+ - Wrapped center_rect() method.
+ - Wrapped property_show_preroll_frame().
+* Some documentation improvements.
+(José Alburquerque)
+Fixes:
+* Gst::Message[Waring|Error|Info]::parse_debug() segfaults. Bug #602949.
+ (kitone)
+* Use g_new() instead of new[] if memory will be freed with g_free(). Bug
+ #602928. (Carlo Wood)
+
0.10.5.2 (unstable)
* This release is a minor bug fix release mainly focusing on the devhelp
diff --git a/configure.ac b/configure.ac
index 478d391..0559d8d 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.5.2],
+AC_INIT([gstreamermm], [0.10.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
[gstreamermm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/gstreamer/src/index.ccg b/gstreamer/src/index.ccg
index 9713c49..7b7b04d 100644
--- a/gstreamer/src/index.ccg
+++ b/gstreamer/src/index.ccg
@@ -102,7 +102,9 @@ IndexAssociation::IndexAssociation()
{}
IndexAssociation::IndexAssociation(const GstIndexAssociation* castitem)
-: format((castitem) ? static_cast<Gst::Format>(castitem->format) : Gst::FORMAT_UNDEFINED), value((castitem) ? castitem->value : 0)
+: format((castitem) ? static_cast<Gst::Format>(castitem->format) :
+ Gst::FORMAT_UNDEFINED),
+ value((castitem) ? castitem->value : 0)
{}
bool Index::is_readable() const
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]