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 652211 - Use const instead G_CONST_RETURN
Use const instead G_CONST_RETURN
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.35
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 644611
 
 
Reported: 2011-06-09 16:15 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-06-09 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not use G_CONST_RETURN (27.16 KB, patch)
2011-06-09 16:15 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2011-06-09 16:15:06 UTC
The macro will be deprecated soon. See bug #644611
Comment 1 Javier Jardón (IRC: jjardon) 2011-06-09 16:15:47 UTC
Created attachment 189565 [details] [review]
Do not use G_CONST_RETURN
Comment 2 Tim-Philipp Müller 2011-06-09 17:05:38 UTC
Thanks for the patch! (I'll handle the handful of occurances in -base):

 commit 5d25e4a2045bb279a9c3a01207cf0c5964256655
 Author: Javier Jardón <jjardon@gnome.org>
 Date:   Thu Jun 9 17:13:35 2011 +0100

    Use "const" instead G_CONST_RETURN
    
    G_CONST_RETURN will be deprecated soon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652211