docs: push_event doesn't return a flow value after all
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Feb 2012 12:45:50 +0000 (12:45 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Feb 2012 12:50:26 +0000 (12:50 +0000)
docs/design/part-events.txt

index 10c9f4a..001e8b7 100644 (file)
@@ -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
 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
 elements. This way the event will eventually reach the sinks which should
 then post an EOS message on the bus when in PLAYING.