mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
docs: push_event doesn't return a flow value after all
This commit is contained in:
parent
c9a3051b37
commit
86c15749a4
1 changed files with 0 additions and 2 deletions
|
@ -108,8 +108,6 @@ The EOS event can only be sent on a sinkpad. It is typically emited by the
|
||||||
source element when it has finished sending data. This event is mainly sent
|
source element when it has finished sending data. This event is mainly sent
|
||||||
in the streaming thread but can also be sent from the application thread.
|
in the streaming thread but can also be sent from the application thread.
|
||||||
|
|
||||||
An EOS event sent on a srcpad returns GST_FLOW_EOS.
|
|
||||||
|
|
||||||
The downstream element should forward the EOS event to its downstream peer
|
The downstream element should forward the EOS event to its downstream peer
|
||||||
elements. This way the event will eventually reach the sinks which should
|
elements. This way the event will eventually reach the sinks which should
|
||||||
then post an EOS message on the bus when in PLAYING.
|
then post an EOS message on the bus when in PLAYING.
|
||||||
|
|
Loading…
Reference in a new issue