mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
event: fix docs a little, alloc_buffer is gone
This commit is contained in:
parent
a7e6c7d2a8
commit
6b90850257
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue