summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 71af9051b..824aaf212 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -388,8 +388,9 @@ gst_event_new_flush_stop (void)
* event on a pad can return UNEXPECTED as a GstFlowReturn when data
* after the EOS event arrives.
*
- * The EOS event will travel up to the sink elements in the pipeline
- * which will then post the GST_MESSAGE_EOS on the bus.
+ * The EOS event will travel down to the sink elements in the pipeline
+ * which will then post the GST_MESSAGE_EOS on the bus after they have
+ * finished playing any buffered data.
*
* When all sinks have posted an EOS message, the EOS message is
* forwarded to the application.