Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h131 GstFlowReturn (*push_sample) (GstAppSrc *appsrc, GstSample *sample); member
Dgstappsrc.c704 push_sample), NULL, NULL, NULL, in gst_app_src_class_init()
744 klass->push_sample = gst_app_src_push_sample_action; in gst_app_src_class_init()
/third_party/gstreamer/gstplugins_base/
DChangeLog66202 appsrc: Add push_sample() convenience function for easy appsink -> appsrc use