Home
last modified time | relevance | path

Searched refs:GstTagDemux (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.h30 …ne GST_TAG_DEMUX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TAG_DEMUX,GstTagDemux))
35 typedef struct _GstTagDemux GstTagDemux; typedef
110 gboolean (*identify_tag) (GstTagDemux * demux,
116 GstTagDemuxResult (*parse_tag) (GstTagDemux * demux,
123 GstTagList * (*merge_tags) (GstTagDemux * demux,
134 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstTagDemux, gst_object_unref)
Dgsttagdemux.c130 static void gst_tag_demux_element_loop (GstTagDemux * demux);
143 static GstFlowReturn gst_tag_demux_read_range (GstTagDemux * tagdemux,
149 static void gst_tag_demux_set_src_caps (GstTagDemux * tagdemux,
160 static gboolean gst_tag_demux_get_upstream_size (GstTagDemux * tagdemux);
161 static void gst_tag_demux_send_pending_events (GstTagDemux * tagdemux);
162 static void gst_tag_demux_send_tag_event (GstTagDemux * tagdemux);
163 static gboolean gst_tag_demux_send_new_segment (GstTagDemux * tagdemux);
167 static void gst_tag_demux_init (GstTagDemux * obj, GstTagDemuxClass * klass);
186 sizeof (GstTagDemux), in gst_tag_demux_get_type()
202 gst_tag_demux_get_instance_private (GstTagDemux * self) in gst_tag_demux_get_instance_private()
[all …]
/third_party/gstreamer/gstplugins_good/gst/id3demux/
Dgstid3demux.c79 static gboolean gst_id3demux_identify_tag (GstTagDemux * demux,
81 static GstTagDemuxResult gst_id3demux_parse_tag (GstTagDemux * demux,
84 static GstTagList *gst_id3demux_merge_tags (GstTagDemux * tagdemux,
139 gst_id3demux_identify_tag (GstTagDemux * demux, GstBuffer * buf, in gst_id3demux_identify_tag()
182 gst_id3demux_parse_tag (GstTagDemux * demux, GstBuffer * buffer, in gst_id3demux_parse_tag()
212 gst_id3demux_merge_tags (GstTagDemux * tagdemux, const GstTagList * start_tags, in gst_id3demux_merge_tags()
Dgstid3demux.h44 GstTagDemux tagdemux;
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c69 static gboolean gst_ape_demux_identify_tag (GstTagDemux * demux,
71 static GstTagDemuxResult gst_ape_demux_parse_tag (GstTagDemux * demux,
329 gst_ape_demux_identify_tag (GstTagDemux * demux, GstBuffer * buffer, in gst_ape_demux_identify_tag()
354 gst_ape_demux_parse_tag (GstTagDemux * demux, GstBuffer * buffer, in gst_ape_demux_parse_tag()
Dgstapedemux.h39 GstTagDemux tagdemux;
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dstruct_i386_osx.h71 {"GstTagDemux", sizeof (GstTagDemux), 148},
Dstruct_ppc32.h71 {"GstTagDemux", sizeof (GstTagDemux), 208},
Dstruct_i386.h71 {"GstTagDemux", sizeof (GstTagDemux), 192},
Dstruct_arm.h71 {"GstTagDemux", sizeof (GstTagDemux), 160},
Dstruct_ppc64.h71 {"GstTagDemux", sizeof (GstTagDemux), 304},
Dstruct_aarch64.h71 {"GstTagDemux", sizeof (GstTagDemux), 304},
Dstruct_x86_64.h71 {"GstTagDemux", sizeof (GstTagDemux), 304},
/third_party/gstreamer/gstplugins_good/
DChangeLog134658 …gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now would be a good time…
134665 Port ID3 tag demuxer over to the new GstTagDemux in -base
134671 gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.
134678 Port APE tag demuxer over to the new GstTagDemux in -base.
139499 gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemux moving to
139502 Rename registered type in preparation of GstTagDemux moving to
153041 gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux.
153045 ... and fix the very same leaks in GstTagDemux.
153411 gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
153414 Fix include, for now GstTagDemux is in the apetag dir.
/third_party/gstreamer/gstplugins_base/
DChangeLog88988 method to get to the padtemplates. Fixes 'GstTagDemux subclass GstTagDemux
94535 tag: convert GstTagDemux's sometimes source pad to an always source pad
99491 …tag: id3v2: Port ID3 tag demuxer over to the new GstTagDemux in -base (now would be a good time to…
99498 Port ID3 tag demuxer over to the new GstTagDemux in -base
138415 gst-libs/gst/tag/: API: add GstTagDemux base class for simple tag demuxers.
138420 API: add GstTagDemux base class for simple tag demuxers.
138423 Add GstTagDemux to docs.