the GType of the API for which the parameters are being aggregated.
This structure will be updated with the combined parameters from both params0 and params1.
a Gst.Structure containing the new parameters to be aggregated.
a Gst.Structure containing the new parameters to be aggregated.
true if the parameters were successfully aggregated, false otherwise.
When a element like
teedecides the allocation, each downstream element may fill different parameters and pass them togst_query_add_allocation_meta(). In order to keep these parameters, a merge operation is needed. This aggregate function can combine the parameters fromparams0andparam1, and write the result back intoaggregated_params.