mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gconfaudiosink: Use G_PARAM_STATIC_STRINGS
This commit is contained in:
parent
89227af407
commit
ad1fc246ad
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ gst_gconf_audio_sink_class_init (GstGConfAudioSinkClass * klass)
|
||||||
|
|
||||||
g_object_class_install_property (oklass, PROP_PROFILE,
|
g_object_class_install_property (oklass, PROP_PROFILE,
|
||||||
g_param_spec_enum ("profile", "Profile", "Profile",
|
g_param_spec_enum ("profile", "Profile", "Profile",
|
||||||
GST_TYPE_GCONF_PROFILE, GCONF_PROFILE_SOUNDS, G_PARAM_READWRITE));
|
GST_TYPE_GCONF_PROFILE, GCONF_PROFILE_SOUNDS,
|
||||||
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue