gnomemm r1337 - in gstreamermm/trunk: . gstreamer/gstreamermm/private



Author: murrayc
Date: Sun Feb 10 16:35:04 2008
New Revision: 1337
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1337&view=rev

Log:

2008-02-10  Murray Cumming  <murrayc murrayc com>

* gstreamer/gstreamermm/private/miniobject_p.h:
* gstreamer/gstreamermm/private/object_p.h: Restored the license 
headers. There is not reason not to have them in these source files.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/NEWS
   gstreamermm/trunk/gstreamer/gstreamermm/private/miniobject_p.h
   gstreamermm/trunk/gstreamer/gstreamermm/private/object_p.h

Modified: gstreamermm/trunk/NEWS
==============================================================================
--- gstreamermm/trunk/NEWS	(original)
+++ gstreamermm/trunk/NEWS	Sun Feb 10 16:35:04 2008
@@ -1,3 +1,19 @@
+0.9.3 (unstable)
+
+* Added Buffer.
+  (Siavash Safi)
+* Bin: Derive from ChildProxy.
+* Added ChildProxy.
+* Caps: Added create_simple() and set_simple() methods that 
+  work with Caps with only one structure.
+* Added PluginFeature, Plugin and ElementFactory.
+  (Josà Alburquerque)
+* Added Index.
+  (Siavash Safi. Bug #515373)
+* Improved tests and examples.
+* More build fixes.
+  (Josà Alburquerque)
+
 0.9.2 (unstable)
 
 Build fixes and installation fixes.

Modified: gstreamermm/trunk/gstreamer/gstreamermm/private/miniobject_p.h
==============================================================================
--- gstreamermm/trunk/gstreamer/gstreamermm/private/miniobject_p.h	(original)
+++ gstreamermm/trunk/gstreamer/gstreamermm/private/miniobject_p.h	Sun Feb 10 16:35:04 2008
@@ -1,3 +1,22 @@
+/* gstreamermm - a C++ wrapper for gstreamer
+ *
+ * Copyright 2008 The gstreamermm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef _GSTREAMERMM_MINIOBJECT_P_H
 #define _GSTREAMERMM_MINIOBJECT_P_H
 

Modified: gstreamermm/trunk/gstreamer/gstreamermm/private/object_p.h
==============================================================================
--- gstreamermm/trunk/gstreamer/gstreamermm/private/object_p.h	(original)
+++ gstreamermm/trunk/gstreamer/gstreamermm/private/object_p.h	Sun Feb 10 16:35:04 2008
@@ -1,7 +1,28 @@
+/* gstreamermm - a C++ wrapper for gstreamer
+ *
+ * Copyright 2008 The gstreamermm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef _GSTREAMERMM_OBJECT_P_H
 #define _GSTREAMERMM_OBJECT_P_H
 
+
 #include <glibmm/private/object_p.h>
+
 #include <glibmm/class.h>
 
 namespace Gst



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