wtay gst-plugins-base: gst-plugins-base/ gst-plugins-base/gst-libs/gst/audio/

[email protected] Tue, 6 Jan 2009 09:30:45 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
--===============2004212676110120729==

CVS Root:       /cvs/gstreamer
Module:         gst-plugins-base
Changes by:     wtay
Date:           Tue Jan 06 2009  17:30:45 UTC

Log message:
Patch by: José Alburquerque <jaalburqu svn gnome org>
* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
* gst-libs/gst/audio/gstaudioclock.h:
Make gst_audio_clock_new use const gchar* to ease the wrapping of
C++ bindings. Fixes #566723.

Modified files:
    .               : ChangeLog
    gst-libs/gst/audio: gstaudioclock.c gstaudioclock.h

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4277&r2=1.4278
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.c.diff?r1=1.7&r2=1.8
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.h.diff?r1=1.8&r2=1.9

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4277
retrieving revision 1.4278
diff -u -d -r1.4277 -r1.4278
--- ChangeLog	6 Jan 2009 12:16:15 -0000	1.4277
+++ ChangeLog	6 Jan 2009 17:30:29 -0000	1.4278
@@ -1,3 +1,12 @@
+2009-01-06  Wim Taymans  <[email protected]>
+
+	Patch by: José Alburquerque <jaalburqu svn gnome org>
+	* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
+	* gst-libs/gst/audio/gstaudioclock.h:
+	Make gst_audio_clock_new use const gchar* to ease the wrapping of
+	C++ bindings. Fixes #566723.
 2009-01-06  Sebastian Dröge  <[email protected]>
 
 	* configure.ac:
Index: gstaudioclock.c
RCS file: /cvs/gstreamer/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gstaudioclock.c	27 May 2008 16:20:17 -0000	1.7
+++ gstaudioclock.c	6 Jan 2009 17:30:31 -0000	1.8
@@ -111,7 +111,7 @@
  * Returns: a new #GstAudioClock casted to a #GstClock.
  */
 GstClock *
-gst_audio_clock_new (gchar * name, GstAudioClockGetTimeFunc func,
+gst_audio_clock_new (const gchar * name, GstAudioClockGetTimeFunc func,
     gpointer user_data)
 {
   GstAudioClock *aclock =
Index: gstaudioclock.h
RCS file: /cvs/gstreamer/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.h,v
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gstaudioclock.h	27 May 2008 16:20:17 -0000	1.8
+++ gstaudioclock.h	6 Jan 2009 17:30:31 -0000	1.9
@@ -88,7 +88,7 @@
 };
 GType           gst_audio_clock_get_type        (void);
-GstClock*       gst_audio_clock_new             (gchar *name, GstAudioClockGetTimeFunc func,
+GstClock*       gst_audio_clock_new             (const gchar *name, GstAudioClockGetTimeFunc func,
                                                  gpointer user_data);
 void            gst_audio_clock_reset           (GstAudioClock *clock, GstClockTime time);


--===============2004212676110120729==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--===============2004212676110120729==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose

--===============2004212676110120729==--