From 6a1e2cc6e5c0dab93e68881f82f1f626e7eca694 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Jul 2011 08:00:09 +0100 Subject: [PATCH] controller: fix build failure due to compiler warning Presumably with newer GLib version. https://bugzilla.gnome.org/show_bug.cgi?id=655155 --- libs/gst/controller/gstcontrollerprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/controller/gstcontrollerprivate.h b/libs/gst/controller/gstcontrollerprivate.h index 6b5dcd9..2dc57a5 100644 --- a/libs/gst/controller/gstcontrollerprivate.h +++ b/libs/gst/controller/gstcontrollerprivate.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS typedef struct _GstControlledProperty { GParamSpec *pspec; /* GParamSpec for this property */ - gchar *name; /* name of the property */ + const gchar *name; /* name of the property */ GstControlSource *csource; /* GstControlSource for this property */ gboolean disabled; GValue last_value; -- 2.7.4