Home
last modified time | relevance | path

Searched refs:GST_CORE_ERROR_DISABLED (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-disabled.c39 fail_unless (err->code == GST_CORE_ERROR_DISABLED); in GST_START_TEST()
47 fail_unless (err->code == GST_CORE_ERROR_DISABLED); in GST_START_TEST()
55 fail_unless (err->code == GST_CORE_ERROR_DISABLED); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstparse.c367 msg = gst_error_get_message (GST_CORE_ERROR, GST_CORE_ERROR_DISABLED); in gst_parse_launch_full()
368 g_set_error (error, GST_CORE_ERROR, GST_CORE_ERROR_DISABLED, "%s", msg); in gst_parse_launch_full()
Dgsterror.h78 GST_CORE_ERROR_DISABLED, enumerator
Dgsterror.c163 case GST_CORE_ERROR_DISABLED: in gst_error_get_core_error()
Dgstutils.c3501 msg = gst_error_get_message (GST_CORE_ERROR, GST_CORE_ERROR_DISABLED); in gst_parse_bin_from_description_full()
3502 g_set_error (err, GST_CORE_ERROR, GST_CORE_ERROR_DISABLED, "%s", msg); in gst_parse_bin_from_description_full()
Dgstenumtypes.c450 { C_ENUM(GST_CORE_ERROR_DISABLED), "GST_CORE_ERROR_DISABLED", "disabled" }, in gst_core_error_get_type()
/third_party/gstreamer/gstreamer/
DChangeLog102336 gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804).
102340 API: add GST_CORE_ERROR_DISABLED (#392804).