mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 15:38:53 +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 {
|
} else {
|
||||||
timeval = NULL;
|
timeval = NULL;
|
||||||
}
|
}
|
||||||
/* get cookie to dected state change during waiting */
|
/* get cookie to detect state changes during waiting */
|
||||||
cookie = element->state_cookie;
|
cookie = element->state_cookie;
|
||||||
|
|
||||||
GST_CAT_INFO_OBJECT (GST_CAT_STATES, element,
|
GST_CAT_INFO_OBJECT (GST_CAT_STATES, element,
|
||||||
|
|
Loading…
Reference in a new issue