Home
last modified time | relevance | path

Searched refs:pull_sample (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.h107 GstSample * (*pull_sample) (GstAppSink *appsink); member
Dgstappsink.c419 pull_sample), NULL, NULL, NULL, GST_TYPE_SAMPLE, 0, G_TYPE_NONE); in gst_app_sink_class_init()
544 klass->pull_sample = gst_app_sink_pull_sample; in gst_app_sink_class_init()
/third_party/gstreamer/gstplugins_base/
DChangeLog19998 appsink: Reuse sample object in pull_sample if possible