Skip to content
Snippets Groups Projects
Commit 5c8d2f62 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog:
Browse files

aggregator: annotate GstAggregatorClass::update_src_caps

parent a2145fd6
No related branches found
No related tags found
Loading
......@@ -279,6 +279,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment