mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
Fix a common typo: retreive -> retrieve
Seems to have been copy pasted around a few places
This commit is contained in:
parent
03aec73bd4
commit
e9f055f95b
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ gst_gl_mixer_bin_change_state (GstElement * element, GstStateChange transition)
|
|||
gst_gl_mixer_bin_signals[SIGNAL_CREATE_ELEMENT], 0, &self->mixer);
|
||||
|
||||
if (!self->mixer) {
|
||||
GST_ERROR_OBJECT (element, "Failed to retreive element");
|
||||
GST_ERROR_OBJECT (element, "Failed to retrieve element");
|
||||
GST_OBJECT_UNLOCK (element);
|
||||
return GST_STATE_CHANGE_FAILURE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue