utils: Use G_PARAM_STATIC_STRINGS for standard properties

This commit is contained in:
Sebastian Dröge 2010-06-04 17:10:05 +02:00
parent 6b8baaed50
commit 2d5b1bbc1d

View file

@ -2446,6 +2446,8 @@ gst_element_populate_std_props (GObjectClass * klass, const gchar * prop_name,
static GQuark silent_id;
static GQuark touch_id;
flags |= G_PARAM_STATIC_STRINGS;
if (!fd_id) {
fd_id = g_quark_from_static_string ("fd");
blocksize_id = g_quark_from_static_string ("blocksize");