Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-property-probe.h40 GValueArray *gst_oss4_property_probe_get_values (GstObject * obj, const gchar * pname);
Doss4-property-probe.c220 gst_oss4_property_probe_get_values (GstObject * probe, const gchar * pname) in gst_oss4_property_probe_get_values() function
330 iface->get_values = gst_oss4_property_probe_get_values;
Doss4-audio.c732 arr = gst_oss4_property_probe_get_values (GST_OBJECT (oss), "device"); in gst_oss4_audio_find_device()