mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
aggregator: add doc blurb for gst_aggregator_pad_is_eos()
This commit is contained in:
parent
6f8961e1d0
commit
c4d5181b09
1 changed files with 6 additions and 0 deletions
|
@ -2877,6 +2877,12 @@ gst_aggregator_pad_get_buffer (GstAggregatorPad * pad)
|
|||
return buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* gst_aggregator_pad_is_eos:
|
||||
* @pad: an aggregator pad
|
||||
*
|
||||
* Returns: %TRUE if the pad is EOS, otherwise %FALSE.
|
||||
*/
|
||||
gboolean
|
||||
gst_aggregator_pad_is_eos (GstAggregatorPad * pad)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue