Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c96 G_DEFINE_TYPE (GstOpenMptDec, gst_openmpt_dec,
114 static void gst_openmpt_dec_add_metadata_to_tag_list (GstOpenMptDec *
149 static gboolean gst_openmpt_dec_select_subsong (GstOpenMptDec *
253 gst_openmpt_dec_init (GstOpenMptDec * openmpt_dec) in gst_openmpt_dec_init()
281 GstOpenMptDec *openmpt_dec; in gst_openmpt_dec_finalize()
303 GstOpenMptDec *openmpt_dec; in gst_openmpt_dec_set_property()
376 GstOpenMptDec *openmpt_dec = GST_OPENMPT_DEC (object); in gst_openmpt_dec_get_property()
430 GstOpenMptDec *openmpt_dec = GST_OPENMPT_DEC (dec); in gst_openmpt_dec_seek()
444 GstOpenMptDec *openmpt_dec = GST_OPENMPT_DEC (dec); in gst_openmpt_dec_tell()
460 gst_openmpt_dec_add_metadata_to_tag_list (GstOpenMptDec * openmpt_dec, in gst_openmpt_dec_add_metadata_to_tag_list()
[all …]
Dgstopenmptdec.h33 typedef struct _GstOpenMptDec GstOpenMptDec; typedef
38 …ENMPT_DEC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_OPENMPT_DEC, GstOpenMptDec))