pad: clarify docs for GST_PAD_PROBE_DROP
authorTim-Philipp Müller <tim@centricular.com>
Tue, 3 Jan 2017 12:30:02 +0000 (12:30 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 3 Jan 2017 12:30:02 +0000 (12:30 +0000)
gst/gstpad.h

index ce3bdf8..4a8a249 100644 (file)
@@ -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.