Home
last modified time | relevance | path

Searched refs:tagdemux_class (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/id3demux/
Dgstid3demux.c106 GstTagDemuxClass *tagdemux_class = (GstTagDemuxClass *) klass; in gst_id3demux_class_init() local
124 tagdemux_class->identify_tag = GST_DEBUG_FUNCPTR (gst_id3demux_identify_tag); in gst_id3demux_class_init()
125 tagdemux_class->parse_tag = GST_DEBUG_FUNCPTR (gst_id3demux_parse_tag); in gst_id3demux_class_init()
126 tagdemux_class->merge_tags = GST_DEBUG_FUNCPTR (gst_id3demux_merge_tags); in gst_id3demux_class_init()
128 tagdemux_class->min_start_size = ID3V2_HDR_SIZE; in gst_id3demux_class_init()
129 tagdemux_class->min_end_size = ID3V1_TAG_SIZE; in gst_id3demux_class_init()
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c83 GstTagDemuxClass *tagdemux_class; in gst_ape_demux_class_init() local
88 tagdemux_class = GST_TAG_DEMUX_CLASS (klass); in gst_ape_demux_class_init()
98 tagdemux_class->identify_tag = GST_DEBUG_FUNCPTR (gst_ape_demux_identify_tag); in gst_ape_demux_class_init()
99 tagdemux_class->parse_tag = GST_DEBUG_FUNCPTR (gst_ape_demux_parse_tag); in gst_ape_demux_class_init()
105 tagdemux_class->min_start_size = 32; in gst_ape_demux_class_init()
106 tagdemux_class->min_end_size = 32; in gst_ape_demux_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c221 GstTagDemuxClass *tagdemux_class = GST_TAG_DEMUX_CLASS (klass); in gst_tag_demux_class_init() local
235 tagdemux_class->min_start_size = 0; in gst_tag_demux_class_init()
236 tagdemux_class->min_end_size = 0; in gst_tag_demux_class_init()