mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
element: fix typo in comments
This commit is contained in:
parent
cebc1a1396
commit
14113e8661
1 changed files with 1 additions and 1 deletions
|
@ -1949,7 +1949,7 @@ gst_element_get_state_func (GstElement * element,
|
|||
GST_CAT_DEBUG_OBJECT (GST_CAT_STATES, element, "RETURN is %s",
|
||||
gst_element_state_change_return_get_name (ret));
|
||||
|
||||
/* we got an error, report immediatly */
|
||||
/* we got an error, report immediately */
|
||||
if (ret == GST_STATE_CHANGE_FAILURE)
|
||||
goto done;
|
||||
|
||||
|
|
Loading…
Reference in a new issue