mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
* @GST_STATE_PLAYING : the element is PLAYING, the #GstClock is running and
|
||||||
* the data is flowing.
|
* 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().
|
* gst_element_set_state() and checked using gst_element_get_state().
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue