mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 09:43:55 +00:00
aggregator: annotate GstAggregatorClass::update_src_caps
This commit is contained in:
parent
09f67fe76a
commit
27f53141e2
1 changed files with 5 additions and 0 deletions
|
@ -286,6 +286,11 @@ struct _GstAggregatorClass {
|
||||||
GstPadTemplate * templ,
|
GstPadTemplate * templ,
|
||||||
const gchar * req_name,
|
const gchar * req_name,
|
||||||
const GstCaps * caps);
|
const GstCaps * caps);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstAggregatorClass::update_src_caps:
|
||||||
|
* @ret: (out) (allow-none):
|
||||||
|
*/
|
||||||
GstFlowReturn (*update_src_caps) (GstAggregator * self,
|
GstFlowReturn (*update_src_caps) (GstAggregator * self,
|
||||||
GstCaps * caps,
|
GstCaps * caps,
|
||||||
GstCaps ** ret);
|
GstCaps ** ret);
|
||||||
|
|
Loading…
Reference in a new issue