mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: fix typo
This commit is contained in:
parent
96bff7ac62
commit
719a9217fb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef struct _GstElementClass GstElementClass;
|
|||
* @GST_STATE_PLAYING : the element is PLAYING, the #GstClock is running and
|
||||
* the data is flowing.
|
||||
*
|
||||
* The posible states an element can be in. States can be chaged using
|
||||
* The possible states an element can be in. States can be changed using
|
||||
* gst_element_set_state() and checked using gst_element_get_state().
|
||||
*/
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue