summaryrefslogtreecommitdiff
path: root/ext/ofa
diff options
context:
space:
mode:
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);