Lines Matching refs:subsong
127 dec, guint subsong, GstClockTime * initial_position);
134 guint subsong);
136 dec, guint subsong);
713 guint subsong, GstClockTime * initial_position) in gst_openmpt_dec_set_current_subsong() argument
719 openmpt_dec->cur_subsong_mode, subsong)) { in gst_openmpt_dec_set_current_subsong()
721 "selected subsong %u and switching subsong mode to SINGLE", subsong); in gst_openmpt_dec_set_current_subsong()
723 openmpt_dec->cur_subsong = subsong; in gst_openmpt_dec_set_current_subsong()
727 GST_ERROR_OBJECT (openmpt_dec, "could not select subsong %u", subsong); in gst_openmpt_dec_set_current_subsong()
751 guint subsong) in gst_openmpt_dec_get_subsong_duration() argument
754 return (GstClockTime) (openmpt_dec->subsong_durations[subsong] * GST_SECOND); in gst_openmpt_dec_get_subsong_duration()
759 gst_openmpt_dec_get_subsong_tags (GstNonstreamAudioDecoder * dec, guint subsong) in gst_openmpt_dec_get_subsong_tags() argument
766 name = openmpt_module_get_subsong_name (openmpt_dec->mod, subsong); in gst_openmpt_dec_get_subsong_tags()