Searched refs:GST_IS_TUNER_CHANNEL (Results 1 – 2 of 2) sorted by relevance
328 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_set_frequency()356 g_return_val_if_fail (GST_IS_TUNER_CHANNEL (channel), 0); in gst_tuner_get_frequency()391 g_return_val_if_fail (GST_IS_TUNER_CHANNEL (channel), 0); in gst_tuner_signal_strength()469 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_channel_changed()509 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_frequency_changed()533 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_signal_changed()
37 #define GST_IS_TUNER_CHANNEL(obj) \ macro