GNOME Bugzilla – Bug 566723
GstAudioClock's new function may better use const gchar* instead of just gchar*
Last modified: 2009-01-06 17:30:30 UTC
The following patch makes gst_audio_clock_new() use a const gchar*. I ran into this minor bug wrapping it in the C++ bindings and thought that you guys could use a minor fix for it. Keep up the good work. :-)
Created attachment 125821 [details] [review] Patch to make gst_audio_clock_new use const gchar*
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.