summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-03-28 14:01:16 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-03-28 15:03:54 -0700
commiteb2353f037ff2c715a387261ceb5770f96817fc2 (patch)
tree3ff20fe5d5a37f0617dcabfc25649cbcd3821b00
parentd6169ccb9f296784222b9b2c90995123f41ba58d (diff)
validate: scenario: fix msg on _lookup_feature() failure
-rw-r--r--validate/gst/validate/gst-validate-scenario.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c
index 61bd07a..e821824 100644
--- a/validate/gst/validate/gst-validate-scenario.c
+++ b/validate/gst/validate/gst-validate-scenario.c
@@ -1280,7 +1280,7 @@ _set_rank (GstValidateScenario * scenario, GstValidateAction * action)
feature = gst_registry_lookup_feature (gst_registry_get (), feature_name);
if (!feature) {
- GST_ERROR ("Could not find feaure %s", feature_name);
+ GST_ERROR ("Could not find feature %s", feature_name);
return FALSE;
}