Searched refs:set_channel (Results 1 – 3 of 3) sorted by relevance
147 iface->set_channel = NULL; in gst_tuner_default_init()201 if (iface->set_channel) { in gst_tuner_set_channel()202 iface->set_channel (tuner, channel); in gst_tuner_set_channel()
68 void (* set_channel) (GstTuner *tuner, member
186 iface->set_channel = interface_as_function ## _tuner_set_channel; \