video: Add a destroy notify parameter to gst_video_convert_frame_async()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 15 Sep 2010 09:26:48 +0000 (11:26 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 15 Sep 2010 09:26:48 +0000 (11:26 +0200)
commit7ac1938f0f4d176b07eadd2e4eb703cb9e24f468
treeb64c0f219e20a717628feddcab1903acfdf351b7
parent129af0d8e6a74e8edef3e77c3626616b674b7cc1
video: Add a destroy notify parameter to gst_video_convert_frame_async()

Binding generators apparently need this as they can't really know
that the callback is guaranteed to be called exactly once and that
the user_data can be freed at the end of it.
gst-libs/gst/video/convertframe.c
gst-libs/gst/video/video.h
tests/check/libs/video.c