mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
aggregator: define autoptr cleanup functions
This commit is contained in:
parent
da8afaeeea
commit
17798bca6d
1 changed files with 5 additions and 0 deletions
|
@ -359,4 +359,9 @@ GstClockTime gst_aggregator_simple_get_next_time (GstAggregator
|
|||
|
||||
G_END_DECLS
|
||||
|
||||
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAggregator, gst_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAggregatorPad, gst_object_unref)
|
||||
#endif
|
||||
|
||||
#endif /* __GST_AGGREGATOR_H__ */
|
||||
|
|
Loading…
Reference in a new issue