Home
last modified time | relevance | path

Searched refs:GST_PARSE_ERROR_NO_SUCH_ELEMENT (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c622 fail_unless_equals_int (err->code, GST_PARSE_ERROR_NO_SUCH_ELEMENT); in GST_START_TEST()
638 fail_unless_equals_int (err->code, GST_PARSE_ERROR_NO_SUCH_ELEMENT); in GST_START_TEST()
656 fail_unless_equals_int (err->code, GST_PARSE_ERROR_NO_SUCH_ELEMENT); in GST_START_TEST()
703 fail_unless_equals_int (err->code, GST_PARSE_ERROR_NO_SUCH_ELEMENT); in GST_START_TEST()
713 fail_unless_equals_int (err->code, GST_PARSE_ERROR_NO_SUCH_ELEMENT); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y851 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, _("no element \"%s\""), $1);
989 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1008 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1131 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1278 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1282 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1292 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1296 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
Dgrammar.y.in851 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, _("no element \"%s\""), $1);
989 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1008 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1131 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1278 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1282 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1292 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
1296 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT,
Dgrammar.tab.c2275 … SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, _("no element \"%s\""), (yyvsp[0].ss)); in yyparse()
2422 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in yyparse()
2444 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in yyparse()
2575 SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in yyparse()
2955 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in priv_gst_parse_launch()
2959 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in priv_gst_parse_launch()
2969 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in priv_gst_parse_launch()
2973 SET_ERROR (error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, in priv_gst_parse_launch()
/third_party/gstreamer/gstreamer/gst/
Dgstparse.h57 GST_PARSE_ERROR_NO_SUCH_ELEMENT, enumerator
Dgstenumtypes.c1271 … { C_ENUM(GST_PARSE_ERROR_NO_SUCH_ELEMENT), "GST_PARSE_ERROR_NO_SUCH_ELEMENT", "no-such-element" }, in gst_parse_error_get_type()