Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstparse.h60 GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, enumerator
Dgstenumtypes.c1274 …{ C_ENUM(GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY), "GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY", "could… in gst_parse_error_get_type()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y453 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_set()
481 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_preset()
487 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_preset()
Dgrammar.y.in453 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY,
481 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY,
487 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY,
Dgrammar.tab.c527 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_set()
555 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_preset()
561 SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, in gst_parse_element_preset()
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c683 fail_unless_equals_int (err->code, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY); in GST_START_TEST()