mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
aggregator: Make instance var name match between .c and .h
Making GI happy
This commit is contained in:
parent
244a80787d
commit
4f9328a514
1 changed files with 2 additions and 2 deletions
|
@ -272,9 +272,9 @@ struct _GstAggregatorClass {
|
|||
* GstAggregator methods *
|
||||
************************/
|
||||
|
||||
GstFlowReturn gst_aggregator_finish_buffer (GstAggregator * agg,
|
||||
GstFlowReturn gst_aggregator_finish_buffer (GstAggregator * self,
|
||||
GstBuffer * buffer);
|
||||
void gst_aggregator_set_src_caps (GstAggregator * agg,
|
||||
void gst_aggregator_set_src_caps (GstAggregator * self,
|
||||
GstCaps * caps);
|
||||
|
||||
void gst_aggregator_set_latency (GstAggregator * self,
|
||||
|
|
Loading…
Reference in a new issue