gconfaudiosink: Use G_PARAM_STATIC_STRINGS
This commit is contained in:
parent
89227af407
commit
ad1fc246ad
@ -108,7 +108,8 @@ gst_gconf_audio_sink_class_init (GstGConfAudioSinkClass * klass)
|
||||
|
||||
g_object_class_install_property (oklass, PROP_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
|
||||
|
Loading…
x
Reference in New Issue
Block a user