Searched refs:GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstparse.h | 60 GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, enumerator
|
D | gstenumtypes.c | 1274 …{ 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/ |
D | grammar.y | 453 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()
|
D | grammar.y.in | 453 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,
|
D | grammar.tab.c | 527 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/ |
D | parse-launch.c | 683 fail_unless_equals_int (err->code, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY); in GST_START_TEST()
|