Searched refs:GstTtmlParse (Results 1 – 2 of 2) sorted by relevance
90 G_DEFINE_TYPE (GstTtmlParse, gst_ttml_parse, GST_TYPE_ELEMENT);96 GstTtmlParse *ttmlparse = GST_TTML_PARSE (object); in gst_ttml_parse_dispose()141 gst_ttml_parse_init (GstTtmlParse * ttmlparse) in gst_ttml_parse_init()171 GstTtmlParse *self = GST_TTML_PARSE (parent); in gst_ttml_parse_src_query()220 GstTtmlParse *self = GST_TTML_PARSE (parent); in gst_ttml_parse_src_event()323 convert_encoding (GstTtmlParse * self, const gchar * str, gsize len, in convert_encoding()387 gst_ttml_parse_get_src_caps (GstTtmlParse * self) in gst_ttml_parse_get_src_caps()399 feed_textbuf (GstTtmlParse * self, GstBuffer * buf) in feed_textbuf()449 handle_buffer (GstTtmlParse * self, GstBuffer * buf) in handle_buffer()514 GstTtmlParse *self = GST_TTML_PARSE (parent); in gst_ttml_parse_chain()[all …]
33 (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TTML_PARSE, GstTtmlParse))41 typedef struct _GstTtmlParse GstTtmlParse; typedef