Searched refs:text_index (Results 1 – 7 of 7) sorted by relevance
110 guint text_index, gboolean suppress_whitespace) in gst_subtitle_element_new() argument122 element->text_index = text_index; in gst_subtitle_element_new()
460 guint text_index; member470 guint text_index, gboolean suppress_whitespace);
1507 gst_ttml_render_get_text_from_buffer (buf, ue->element->text_index); in gst_ttml_render_unify_block()
17 text_index = text.index(index)18 return int(float(text_index)) if text_index else None
1225 def is_char_in_string(self, text_index): argument1229 return self.text.tag_prevrange("TODO", text_index) or \1230 "STRING" in self.text.tag_names(text_index)
1738 gint text_index = -1; in gst_play_subtitle_info_update() local1747 g_object_get (G_OBJECT (self->playbin), "current-text", &text_index, in gst_play_subtitle_info_update()1749 if (text_index == gst_play_stream_info_get_index (stream_info)) in gst_play_subtitle_info_update()
60532 ttmlparse: Remove redundant text_index field of TtmlElement