mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +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,
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue