Lines Matching refs:dec_class
159 GstNonstreamAudioDecoderClass *dec_class; in gst_openmpt_dec_class_init() local
166 dec_class = GST_NONSTREAM_AUDIO_DECODER_CLASS (klass); in gst_openmpt_dec_class_init()
177 dec_class->seek = GST_DEBUG_FUNCPTR (gst_openmpt_dec_seek); in gst_openmpt_dec_class_init()
178 dec_class->tell = GST_DEBUG_FUNCPTR (gst_openmpt_dec_tell); in gst_openmpt_dec_class_init()
179 dec_class->load_from_buffer = in gst_openmpt_dec_class_init()
181 dec_class->get_main_tags = GST_DEBUG_FUNCPTR (gst_openmpt_dec_get_main_tags); in gst_openmpt_dec_class_init()
182 dec_class->set_num_loops = GST_DEBUG_FUNCPTR (gst_openmpt_dec_set_num_loops); in gst_openmpt_dec_class_init()
183 dec_class->get_num_loops = GST_DEBUG_FUNCPTR (gst_openmpt_dec_get_num_loops); in gst_openmpt_dec_class_init()
184 dec_class->get_supported_output_modes = in gst_openmpt_dec_class_init()
186 dec_class->decode = GST_DEBUG_FUNCPTR (gst_openmpt_dec_decode); in gst_openmpt_dec_class_init()
187 dec_class->set_current_subsong = in gst_openmpt_dec_class_init()
189 dec_class->get_current_subsong = in gst_openmpt_dec_class_init()
191 dec_class->get_num_subsongs = in gst_openmpt_dec_class_init()
193 dec_class->get_subsong_duration = in gst_openmpt_dec_class_init()
195 dec_class->get_subsong_tags = in gst_openmpt_dec_class_init()
197 dec_class->set_subsong_mode = in gst_openmpt_dec_class_init()