mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate: scenario: fix msg on _lookup_feature() failure
This commit is contained in:
parent
d6169ccb9f
commit
eb2353f037
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue