summaryrefslogtreecommitdiff
path: root/ext/ofa
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-10-19 16:23:23 +0300
committerStefan Kost <ensonic@users.sf.net>2010-10-19 17:13:26 +0300
commit0387a89cad03586a750c1cb2e6668da7650790b0 (patch)
treec286600d6174e098491ed51aab44876a8751f55f /ext/ofa
parent90e90fd3682a3743941983d509fe23c2db472458 (diff)
downloadgstreamer-plugins-bad-0387a89cad03586a750c1cb2e6668da7650790b0.tar.gz
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Canonicalize property names as needed.
Diffstat (limited to 'ext/ofa')
-rw-r--r--ext/ofa/gstofa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c
index ebd52b6a0..d1be48635 100644
--- a/ext/ofa/gstofa.c
+++ b/ext/ofa/gstofa.c
@@ -101,7 +101,8 @@ gst_ofa_class_init (GstOFAClass * klass)
g_object_class_install_property (gobject_class, PROP_FINGERPRINT,
g_param_spec_string ("fingerprint", "Resulting fingerprint",
- "Resulting fingerprint", NULL, G_PARAM_READABLE));
+ "Resulting fingerprint", NULL,
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_ofa_finalize);