mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Fix double comma. Fix 'have to need to'.
This commit is contained in:
parent
4b449b438f
commit
6978479c90
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ receive a `FLUSHING` error and stop the streaming threads before the
|
||||||
elements are set to the `READY` or `NULL` state.
|
elements are set to the `READY` or `NULL` state.
|
||||||
|
|
||||||
Note, however, that if elements are added to a bin or pipeline that's
|
Note, however, that if elements are added to a bin or pipeline that's
|
||||||
already running, , e.g. from within a "pad-added" signal callback, its
|
already running, e.g. from within a "pad-added" signal callback, its
|
||||||
state will not automatically be brought in line with the current state
|
state will not automatically be brought in line with the current state
|
||||||
or target state of the bin or pipeline it was added to. Instead, you
|
or target state of the bin or pipeline it was added to. Instead, you
|
||||||
have to need to set it to the desired target state yourself using
|
need to set it to the desired target state yourself using
|
||||||
`gst_element_set_state ()` or `gst_element_sync_state_with_parent ()`
|
`gst_element_set_state ()` or `gst_element_sync_state_with_parent ()`
|
||||||
when adding elements to an already-running pipeline.
|
when adding elements to an already-running pipeline.
|
||||||
|
|
Loading…
Reference in a new issue