event: fix docs a little, alloc_buffer is gone

This commit is contained in:
Wim Taymans 2012-03-16 18:39:08 +01:00
parent a7e6c7d2a8
commit 6b90850257

View file

@ -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