Searched refs:n_text (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 119 static gint n_video = 0, n_audio = 0, n_text = 0; variable 1776 for (i = 0; i < n_text; i++) in clear_streams() 1779 n_audio = n_video = n_text = 0; in clear_streams() 1804 g_object_get (pipeline, "n-text", &n_text, NULL); in update_streams() 1806 g_print ("video %d, audio %d, text %d\n", n_video, n_audio, n_text); in update_streams() 1845 for (i = 0; i < n_text; i++) { in update_streams() 1871 gtk_widget_set_sensitive (text_combo, state && n_text > 0); in update_streams()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 187 gint n_video, n_audio, n_text; member 1212 for (i = 0; i < app->n_text; i++) in clear_streams() 1215 app->n_audio = app->n_video = app->n_text = 0; in clear_streams() 1240 g_object_get (app->pipeline, "n-text", &app->n_text, NULL); in update_streams() 1243 app->n_text); in update_streams() 1286 for (i = 0; i < app->n_text; i++) { in update_streams() 1314 gtk_widget_set_sensitive (app->text_combo, state && app->n_text > 0); in update_streams()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 2186 guint n_text = 0; in gst_play_streams_info_create_from_collection() local 2205 s = gst_play_stream_info_new (n_text, GST_TYPE_PLAY_SUBTITLE_INFO); in gst_play_streams_info_create_from_collection() 2206 n_text++; in gst_play_streams_info_create_from_collection()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 2812 gint n_text; in gst_play_bin_get_property() local 2816 n_text = (group->text_channels ? group->text_channels->len : 0); in gst_play_bin_get_property() 2817 g_value_set_int (value, n_text); in gst_play_bin_get_property()
|