After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 566723 - GstAudioClock's new function may better use const gchar* instead of just gchar*
GstAudioClock's new function may better use const gchar* instead of just gchar*
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.10.22
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-06 03:36 UTC by José Alburquerque
Modified: 2009-01-06 17:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Patch to make gst_audio_clock_new use const gchar* (1.63 KB, patch)
2009-01-06 03:37 UTC, José Alburquerque
committed Details | Review

Description José Alburquerque 2009-01-06 03:36:04 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. :-)
Comment 1 José Alburquerque 2009-01-06 03:37:29 UTC
Created attachment 125821 [details] [review]
Patch to make gst_audio_clock_new use const gchar*
Comment 2 Wim Taymans 2009-01-06 17:30:30 UTC
        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.