aggregator: add doc blurb for gst_aggregator_pad_is_eos()

This commit is contained in:
Tim-Philipp Müller 2017-11-02 18:32:55 +00:00
parent 41f7b04c81
commit 4e4438de21

View file

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