mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
validate: remove redundant pre-condition in monitor_factory_create
The same check is already done at the head of the function. https://bugzilla.gnome.org/show_bug.cgi?id=736019
This commit is contained in:
parent
f900f53e95
commit
f7955f5249
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ gst_validate_monitor_factory_create (GstObject * target,
|
|||
(GST_ELEMENT_CAST (target), runner, parent));
|
||||
}
|
||||
|
||||
g_return_val_if_fail (target != NULL, NULL);
|
||||
gst_validate_override_registry_attach_overrides (monitor);
|
||||
return monitor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue