summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-06-09 17:13:35 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-09 17:54:27 +0100
commit5d25e4a2045bb279a9c3a01207cf0c5964256655 (patch)
tree71bedbc5f4e80029506e54e110d13bd7c85fe1f4 /gst/gstpluginfeature.c
parentde514c63d1c07110ddf57f28c9a43115530c85e5 (diff)
Use "const" instead G_CONST_RETURN
G_CONST_RETURN will be deprecated soon. https://bugzilla.gnome.org/show_bug.cgi?id=652211
Diffstat (limited to 'gst/gstpluginfeature.c')
-rw-r--r--gst/gstpluginfeature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c
index 817b1320e..c72a1f778 100644
--- a/gst/gstpluginfeature.c
+++ b/gst/gstpluginfeature.c
@@ -199,7 +199,7 @@ gst_plugin_feature_set_name (GstPluginFeature * feature, const gchar * name)
*
* Returns: the name
*/
-G_CONST_RETURN gchar *
+const gchar *
gst_plugin_feature_get_name (GstPluginFeature * feature)
{
g_return_val_if_fail (GST_IS_PLUGIN_FEATURE (feature), NULL);