From 1457c9c499a934e67396cd33cc48d394f50e7726 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 4 Apr 2013 15:45:23 +0200 Subject: [PATCH] pad: clarify docs --- gst/gstpad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index d3c7c91..11b6eaa 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -587,8 +587,8 @@ typedef GstPadProbeReturn (*GstPadProbeCallback) (GstPad *pad, GstPadProbeIn * returned. When %FALSE is returned, gst_pad_sticky_events_foreach() will return. * * When @event is set to NULL, the item will be removed from the list of sticky events. - * When @event has been made writable, the new buffer reference can be assigned - * to @event. This function is responsible for unreffing the old event when + * @event can be replaced by assigning a new reference to it. + * This function is responsible for unreffing the old event when * removing or modifying. * * Returns: %TRUE if the iteration should continue -- 2.7.4