mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
libs: filter: add gobject's cleanup function
This commit is contained in:
parent
ae46b1a91a
commit
148d75c8af
1 changed files with 5 additions and 0 deletions
|
@ -273,4 +273,9 @@ gst_vaapi_filter_get_scaling_default (GstVaapiFilter * filter);
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
gst_vaapi_filter_get_skintone_default (GstVaapiFilter * filter);
|
gst_vaapi_filter_get_skintone_default (GstVaapiFilter * filter);
|
||||||
|
|
||||||
|
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
|
||||||
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVaapiFilter, gst_object_unref)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* GST_VAAPI_FILTER_H */
|
#endif /* GST_VAAPI_FILTER_H */
|
||||||
|
|
Loading…
Reference in a new issue