Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h66 void (*enough_data) (GstAppSrc *src, gpointer user_data); member
125 void (*enough_data) (GstAppSrc *appsrc); member
Dgstappsrc.c617 G_STRUCT_OFFSET (GstAppSrcClass, enough_data), in gst_app_src_class_init()
2596 if (callbacks && callbacks->callbacks.enough_data) in gst_app_src_push_internal()
2597 callbacks->callbacks.enough_data (appsrc, callbacks->user_data); in gst_app_src_push_internal()