Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
ad1fc246
Commit
ad1fc246
authored
Jun 09, 2010
by
Sebastian Dröge
Browse files
gconfaudiosink: Use G_PARAM_STATIC_STRINGS
parent
89227af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/gconf/gstgconfaudiosink.c
View file @
ad1fc246
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment