summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-01-19 13:30:31 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-01-19 13:30:31 +0000
commit14816cdb49bffb88daea34217eae1638701ae909 (patch)
tree35662445bdb4e4add0f8598794da2cf2299f9099 /gst/gstevent.c
parent5fadea40de7f14daf7cdd028700e1a2be1ad360f (diff)
gst/gstevent.c: Fix docs typo
Original commit message from CVS: * gst/gstevent.c: Fix docs typo * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop): Do some refactoring. Doesn't actually change functionality, but makes landing the DRAIN event easier later.
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.