mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
element: fix typo in comments
This commit is contained in:
parent
f0abaa230b
commit
91f901975a
1 changed files with 1 additions and 1 deletions
|
@ -1893,7 +1893,7 @@ gst_element_get_state_func (GstElement * element,
|
|||
} else {
|
||||
timeval = NULL;
|
||||
}
|
||||
/* get cookie to dected state change during waiting */
|
||||
/* get cookie to detect state changes during waiting */
|
||||
cookie = element->state_cookie;
|
||||
|
||||
GST_CAT_INFO_OBJECT (GST_CAT_STATES, element,
|
||||
|
|
Loading…
Reference in a new issue