mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
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:
parent
70b95be8f0
commit
6a1e2cc6e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue