aggregator: annotate GstAggregatorClass::update_src_caps

This commit is contained in:
Mathieu Duponchelle 2018-07-27 23:22:42 +02:00
parent 09f67fe76a
commit 27f53141e2

View file

@ -286,6 +286,11 @@ struct _GstAggregatorClass {
GstPadTemplate * templ,
const gchar * req_name,
const GstCaps * caps);
/**
* GstAggregatorClass::update_src_caps:
* @ret: (out) (allow-none):
*/
GstFlowReturn (*update_src_caps) (GstAggregator * self,
GstCaps * caps,
GstCaps ** ret);