From 6b908502575bca01f58cab9bca65877ef927152c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 16 Mar 2012 18:39:08 +0100 Subject: [PATCH] event: fix docs a little, alloc_buffer is gone --- gst/gstevent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index 4c47ed5..a1bd24e 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -464,8 +464,8 @@ gst_event_set_seqnum (GstEvent * event, guint32 seqnum) * * It marks pads as being flushing and will make them return * #GST_FLOW_FLUSHING when used for data flow with gst_pad_push(), - * gst_pad_chain(), gst_pad_alloc_buffer(), gst_pad_get_range() and - * gst_pad_pull_range(). Any event (except a #GST_EVENT_FLUSH_STOP) received + * gst_pad_chain(), gst_pad_get_range() and gst_pad_pull_range(). + * Any event (except a #GST_EVENT_FLUSH_STOP) received * on a flushing pad will return %FALSE immediately. * * Elements should unlock any blocking functions and exit their streaming -- 2.7.4