diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2009-01-06 17:30:31 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2009-01-06 17:30:31 +0000 |
commit | 743178924980c254b551042eb22da9df5e6d230d (patch) | |
tree | 22c9dbe3f10242260c9527c9c3459a56b2b922cb /ChangeLog | |
parent | 616ffbddd33ae2177132ddf818bf254f319f33e6 (diff) |
gst-libs/gst/audio/gstaudioclock.*: Make gst_audio_clock_new use const gchar* to ease the wrapping of
Original commit message from CVS:
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk> + + 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 <sebastian.droege@collabora.co.uk> * configure.ac: |