Home
last modified time | relevance | path

Searched refs:user_data_destroy_notify (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutils.c58 if (frame->user_data_destroy_notify) in _gst_video_codec_frame_free()
59 frame->user_data_destroy_notify (frame->user_data); in _gst_video_codec_frame_free()
80 if (frame->user_data_destroy_notify) in gst_video_codec_frame_set_user_data()
81 frame->user_data_destroy_notify (frame->user_data); in gst_video_codec_frame_set_user_data()
84 frame->user_data_destroy_notify = notify; in gst_video_codec_frame_set_user_data()
Dgstvideoutils.h290 GDestroyNotify user_data_destroy_notify; member