From c950d8b3cbe4c0e97c8055cf4ee2cae4d8e81b78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 3 Jan 2017 12:30:02 +0000 Subject: [PATCH] pad: clarify docs for GST_PAD_PROBE_DROP --- gst/gstpad.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index ce3bdf8..4a8a249 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -538,8 +538,9 @@ typedef enum * non-blocking probes). * @GST_PAD_PROBE_DROP: drop data in data probes. For push mode this means that * the data item is not sent downstream. For pull mode, it means that - * the data item is not passed upstream. In both cases, no more probes - * are called and #GST_FLOW_OK or %TRUE is returned to the caller. + * the data item is not passed upstream. In both cases, no other probes + * are called for this item and #GST_FLOW_OK or %TRUE is returned to the + * caller. * @GST_PAD_PROBE_REMOVE: remove this probe. * @GST_PAD_PROBE_PASS: pass the data item in the block probe and block on the * next item. -- 2.7.4