Home
last modified time | relevance | path

Searched refs:identify_tag (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.h110 gboolean (*identify_tag) (GstTagDemux * demux, member
Dgsttagdemux.c548 g_assert (klass->identify_tag != NULL); in gst_tag_demux_chain_parse_tag()
551 if (!klass->identify_tag (demux, collect, TRUE, &tagsize)) { in gst_tag_demux_chain_parse_tag()
1059 g_assert (klass->identify_tag != NULL); in gst_tag_demux_pull_end_tag()
1093 have_tag = klass->identify_tag (demux, buffer, FALSE, &tagsize); in gst_tag_demux_pull_end_tag()
1196 g_assert (klass->identify_tag != NULL); in gst_tag_demux_pull_start_tag()
1224 have_tag = klass->identify_tag (demux, buffer, TRUE, &tagsize); in gst_tag_demux_pull_start_tag()
/third_party/gstreamer/gstplugins_good/gst/id3demux/
Dgstid3demux.c124 tagdemux_class->identify_tag = GST_DEBUG_FUNCPTR (gst_id3demux_identify_tag); in gst_id3demux_class_init()
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c98 tagdemux_class->identify_tag = GST_DEBUG_FUNCPTR (gst_ape_demux_identify_tag); in gst_ape_demux_class_init()