Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c77 G_DEFINE_TYPE (GstVorbisParse, gst_vorbis_parse, GST_TYPE_ELEMENT);
94 static GstFlowReturn vorbis_parse_parse_packet (GstVorbisParse * parse,
116 gst_vorbis_parse_init (GstVorbisParse * parse) in gst_vorbis_parse_init()
134 vorbis_parse_set_header_on_caps (GstVorbisParse * parse, GstCaps * caps) in vorbis_parse_set_header_on_caps()
177 vorbis_parse_drain_event_queue (GstVorbisParse * parse) in vorbis_parse_drain_event_queue()
188 vorbis_parse_have_header_packet (GstVorbisParse * parse, guint8 hdr_id) in vorbis_parse_have_header_packet()
202 vorbis_parse_push_headers (GstVorbisParse * parse) in vorbis_parse_push_headers()
293 vorbis_parse_clear_queue (GstVorbisParse * parse) in vorbis_parse_clear_queue()
310 vorbis_parse_push_buffer (GstVorbisParse * parse, GstBuffer * buf, in vorbis_parse_push_buffer()
328 vorbis_parse_drain_queue_prematurely (GstVorbisParse * parse) in vorbis_parse_drain_queue_prematurely()
[all …]
Dgstvorbisparse.h34 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VORBIS_PARSE,GstVorbisParse))
42 typedef struct _GstVorbisParse GstVorbisParse; typedef
76 GstFlowReturn (*parse_packet) (GstVorbisParse * parse, GstBuffer * buf);
Dgstvorbistag.c65 static GstFlowReturn gst_vorbis_tag_parse_packet (GstVorbisParse * parse,
97 gst_vorbis_tag_parse_packet (GstVorbisParse * parse, GstBuffer * buffer) in gst_vorbis_tag_parse_packet()
Dgstvorbistag.h52 GstVorbisParse parse;