summaryrefslogtreecommitdiff
path: root/gst/gstformat.h
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/gstformat.h
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/gstformat.h')
-rw-r--r--gst/gstformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstformat.h b/gst/gstformat.h
index 469f5554c..9f8b362ad 100644
--- a/gst/gstformat.h
+++ b/gst/gstformat.h
@@ -104,7 +104,7 @@ GstFormat gst_format_get_by_nick (const gchar *nick);
gboolean gst_formats_contains (const GstFormat *formats, GstFormat format);
/* query for format details */
-G_CONST_RETURN GstFormatDefinition*
+const GstFormatDefinition*
gst_format_get_details (GstFormat format);
GstIterator* gst_format_iterate_definitions (void);