Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.h55 const gchar *type_klass; /* Source/Sink */ member
Dgstautodetect.c187 self->type_klass = (self->flag == GST_ELEMENT_FLAG_SINK) ? "Sink" : "Source"; in gst_auto_detect_constructed()
220 if (!(strstr (klass, self->type_klass) && strstr (klass, self->media_klass))) in gst_auto_detect_factory_filter()