summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-16 18:39:08 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-16 18:39:08 +0100
commit6b908502575bca01f58cab9bca65877ef927152c (patch)
tree8084c7ec949d99e8ba5849be00aa594a08ee3af5 /gst/gstevent.c
parenta7e6c7d2a8feb7aedecf91834a4c086262d31198 (diff)
downloadgstreamer-6b908502575bca01f58cab9bca65877ef927152c.tar.gz
event: fix docs a little, alloc_buffer is gone
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 4c47ed5598..a1bd24e0b9 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