controller: fix build failure due to compiler warning

Presumably with newer GLib version.

https://bugzilla.gnome.org/show_bug.cgi?id=655155
This commit is contained in:
Tim-Philipp Müller 2011-07-23 08:00:09 +01:00
parent 70b95be8f0
commit 6a1e2cc6e5

View file

@ -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;