Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c280 static gboolean gst_app_src_negotiate (GstBaseSrc * basesrc);
714 basesrc_class->negotiate = gst_app_src_negotiate; in gst_app_src_class_init()
1350 gst_app_src_negotiate (GstBaseSrc * basesrc) in gst_app_src_negotiate() function