Searched refs:pipeline_type (Results 1 – 3 of 3) sorted by relevance
80 typedef Pipeline pipeline_type; typedef
97 static gint pipeline_type; variable1246 if (pipeline_type == 16) { in update_scale()1559 if (pipeline_type == 16) in stop_cb()1567 if (!strcmp (pipelines[pipeline_type].name, "parse-launch")) { in stop_cb()1578 pipeline = pipelines[pipeline_type].func (pipeline_spec); in stop_cb()1792 if (pipeline_type == 16 && need_streams) { in update_streams()2490 if (l && (pipeline_type == 14 || pipeline_type == 16)) { in msg_eos()2693 pipeline_type = atoi (argv[1]); in main()2695 if (pipeline_type < 0 || pipeline_type >= NUM_TYPES) { in main()2725 pipeline = pipelines[pipeline_type].func ((gchar *) l->data); in main()[all …]
168 gint pipeline_type; member793 if (app->pipeline_type == 0) { in play_cb()897 if (app->pipeline_type == 0) in stop_cb()1228 if (app->pipeline_type == 0 && app->need_streams) { in update_streams()2093 if (app->pipeline_type == 0) in find_interface_elements()2364 if (app->current_path && app->pipeline_type == 0) { in msg_eos()2448 if (app->pipeline_type != 0) { in connect_bus_signals()3195 if (app->pipeline_type == 0) { in create_ui()3435 if (app->pipeline_type == 0) in create_ui()3557 app.pipeline_type = -1; in main()[all …]