mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
aggregator: Improve doc for gst_aggregator_pad_has_buffer
This commit is contained in:
parent
dda9a99989
commit
96c3a635ce
1 changed files with 4 additions and 0 deletions
|
@ -2949,6 +2949,10 @@ gst_aggregator_pad_peek_buffer (GstAggregatorPad * pad)
|
|||
* gst_aggregator_pad_has_buffer:
|
||||
* @pad: the pad to check the buffer on
|
||||
*
|
||||
* This checks if a pad has a buffer available that will be returned by
|
||||
* a call to gst_aggregator_pad_peek_buffer() or
|
||||
* gst_aggregator_pad_pop_buffer().
|
||||
*
|
||||
* Returns: %TRUE if the pad has a buffer available as the next thing.
|
||||
*
|
||||
* Since: 1.16
|
||||
|
|
Loading…
Reference in a new issue