Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstosssrc.c94 static GstCaps *gst_oss_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter);
147 gstbasesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_oss_src_getcaps); in gst_oss_src_class_init()
244 gst_oss_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter) in gst_oss_src_getcaps() function
/third_party/gstreamer/gstplugins_good/
DChangeLog131329 * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),