utils: Use G_PARAM_STATIC_STRINGS for standard properties
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 4 Jun 2010 15:10:05 +0000 (17:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 4 Jun 2010 15:10:05 +0000 (17:10 +0200)
gst/gstutils.c

index be1dc4e..2d1b418 100644 (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");