gnomemm r1493 - in gstreamermm/trunk: . gstreamer/gstreamermm/private gstreamer/src tests
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1493 - in gstreamermm/trunk: . gstreamer/gstreamermm/private gstreamer/src tests
- Date: Wed, 7 May 2008 18:07:52 +0100 (BST)
Author: murrayc
Date: Wed May 7 17:07:52 2008
New Revision: 1493
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1493&view=rev
Log:
0.9.5:
2008-05-07 Murray Cumming <murrayc murrayc com>
* gstreamer/gstreamermm/private/Makefile.am: Added taglist_p.h to
fix the distcheck.
* tests/Makefile.am: Added include paths for gstreamerbasemm to fix
the distcheck.
Modified:
gstreamermm/trunk/ChangeLog
gstreamermm/trunk/NEWS
gstreamermm/trunk/configure.ac
gstreamermm/trunk/gstreamer/gstreamermm/private/Makefile.am
gstreamermm/trunk/gstreamer/src/interface.hg
gstreamermm/trunk/tests/Makefile.am
Modified: gstreamermm/trunk/NEWS
==============================================================================
--- gstreamermm/trunk/NEWS (original)
+++ gstreamermm/trunk/NEWS Wed May 7 17:07:52 2008
@@ -1,4 +1,36 @@
-0.9.4 (unstable)
+0.9.5 (unstable):
+
+* Bin: Added properties and vfuncs.
+* ChildProxy: Added properties and vfuncs.
+* Clock:
+ - Added get/set_calibration().
+ - Added properties and vfuncs.
+* Element:
+ - Added found_tags() and found_tags_for_pad(), create() and parse().
+ - Used ArrayHandle<> for methods that return an array of QueryType.
+ - Added vfuncs.
+ - Derive from Gst::Interface.
+* Added GhostPad
+* Index: Added signals and properties. Made IndexEntry::assoc_map() const.
+* Added MessageTag.
+* Pad: Added add_{data,buffer,event}_probe() methods.
+* 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(),
+ for consistency with the standard C++ library.
+* Added TagList.
+* Added TagSetter.
+* Xml: Added "object-loaded" signal.
+* Documentation:
+ - New media_player_gtkmm example which can play music or video files.
+ - Improved reference documenation.
+* A huge number of other improvements.
+ (Josà Alburquerque, Josà Alburquerque, and Josà Alburquerque)
+
+
+
+0.9.4 (unstable):
* Bin: Added signals.
(Josà Alburquerque)
@@ -17,7 +49,7 @@
(Josà Alburquerque)
-0.9.3 (unstable)
+0.9.3 (unstable):
* Added Buffer.
(Siavash Safi)
@@ -33,7 +65,7 @@
* More build fixes.
(Josà Alburquerque)
-0.9.2 (unstable)
+0.9.2 (unstable):
Build fixes and installation fixes.
(Josà Alburquerque)
Modified: gstreamermm/trunk/configure.ac
==============================================================================
--- gstreamermm/trunk/configure.ac (original)
+++ gstreamermm/trunk/configure.ac Wed May 7 17:07:52 2008
@@ -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], [9])
-pushdef([GSTREAMERMM_MICRO_VERSION], [4])
+pushdef([GSTREAMERMM_MICRO_VERSION], [5])
pushdef([GSTREAMERMM_EXTRA_VERSION], [])
pushdef([GSTREAMERMM_VERSION], GSTREAMERMM_MAJOR_VERSION.GSTREAMERMM_MINOR_VERSION.GSTREAMERMM_MICRO_VERSION[]GSTREAMERMM_EXTRA_VERSION)
AC_INIT([gstreamermm], GSTREAMERMM_VERSION, [Milosz Derezynski <internalerror gmail com>, Rob Page <page rob gmail com>, Dodji Seketeli <dodji gnome org>])
Modified: gstreamermm/trunk/gstreamer/gstreamermm/private/Makefile.am
==============================================================================
--- gstreamermm/trunk/gstreamer/gstreamermm/private/Makefile.am (original)
+++ gstreamermm/trunk/gstreamer/gstreamermm/private/Makefile.am Wed May 7 17:07:52 2008
@@ -5,8 +5,8 @@
files_built_p_h = $(files_hg:.hg=_p.h)
files_built_all_p_h = $(files_all_hg:.hg=_p.h)
-files_extra_p_h = object_p.h miniobject_p.h
-files_extra_all_p_h = object_p.h miniobject_p.h
+files_extra_p_h = object_p.h miniobject_p.h taglist_p.h
+files_extra_all_p_h = object_p.h miniobject_p.h taglist_p.h
dist_sources = $(files_built_all_p_h) $(files_extra_all_p_h)
DISTFILES = $(DIST_COMMON) $(dist_sources)
Modified: gstreamermm/trunk/gstreamer/src/interface.hg
==============================================================================
--- gstreamermm/trunk/gstreamer/src/interface.hg (original)
+++ gstreamermm/trunk/gstreamer/src/interface.hg Wed May 7 17:07:52 2008
@@ -27,7 +27,7 @@
namespace Gst
{
-/** Core interface implemented by Element instances that
+/** Core interface implemented by Gst::Element instances that
* allows runtime querying of interface availability.
* This provides interface functionality on a per-instance basis and not a per-class
* basis, which is the case for GObject.
Modified: gstreamermm/trunk/tests/Makefile.am
==============================================================================
--- gstreamermm/trunk/tests/Makefile.am (original)
+++ gstreamermm/trunk/tests/Makefile.am Wed May 7 17:07:52 2008
@@ -1,4 +1,5 @@
-INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/gstreamer @GSTREAMERMM_CFLAGS@
+INCLUDES= -I$(top_builddir)/gstreamer -I$(top_srcdir)/gstreamer \
+ -I$(top_builddir)/gstreamerbase -I$(top_srcdir)/gstreamerbase @GSTREAMERMM_CFLAGS@
LDADD=$(top_builddir)/gstreamer/gstreamermm/libgstreamermm-0.10.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]