Home
last modified time | relevance | path

Searched refs:GST_FLOW_CUSTOM_ERROR (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c113 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_CUSTOM_ERROR, GST_FLOW_OK, in GST_START_TEST()
114 GST_FLOW_CUSTOM_ERROR); in GST_START_TEST()
123 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_OK, GST_FLOW_CUSTOM_ERROR, in GST_START_TEST()
124 GST_FLOW_CUSTOM_ERROR); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.h31 #define GST_D3D11_SCREEN_CAPTURE_FLOW_UNSUPPORTED GST_FLOW_CUSTOM_ERROR
Dgstd3d11window.h46 #define GST_D3D11_WINDOW_FLOW_CLOSED GST_FLOW_CUSTOM_ERROR
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCapture.h69 #define GST_FLOW_ERROR_TIMEOUT GST_FLOW_CUSTOM_ERROR
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1766 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in proc_buffering_time()
1816 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in wait_for_connect()
1830 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_handle_connect_fail_ohos()
1841 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_handle_connect_fail_ohos()
1932 return GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_parse_status()
2129 src->headers_ret = GST_FLOW_CUSTOM_ERROR; in send_message_wait()
2473 GstFlowReturn ret = GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_read_buffer()
2539 ret = GST_FLOW_CUSTOM_ERROR; in gst_soup_http_src_read_buffer()
2630 if (ret == GST_FLOW_OK || ret == GST_FLOW_CUSTOM_ERROR) { in gst_soup_http_src_create()
2649 if (ret == GST_FLOW_CUSTOM_ERROR) { in gst_soup_http_src_create()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.h46 #define GST_FLOW_PARSE GST_FLOW_CUSTOM_ERROR
Dmatroska-parse.c2289 #define GST_FLOW_OVERFLOW GST_FLOW_CUSTOM_ERROR
Dmatroska-demux.c5339 #define GST_FLOW_OVERFLOW GST_FLOW_CUSTOM_ERROR
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.h139 #define GST_AGGREGATOR_FLOW_NEED_DATA GST_FLOW_CUSTOM_ERROR
Dgstbasesink.c160 #define GST_FLOW_STEP GST_FLOW_CUSTOM_ERROR
2948 return GST_FLOW_CUSTOM_ERROR; in gst_base_sink_do_sync()
4131 if (G_UNLIKELY (ret == GST_FLOW_CUSTOM_ERROR)) { in gst_base_sink_chain_unlocked()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1131 case GST_FLOW_CUSTOM_ERROR: in gst_curl_http_src_create()
1467 return GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response()
1500 return GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response()
1519 ret = GST_FLOW_CUSTOM_ERROR; in gst_curl_http_src_handle_response()
1523 if (ret == GST_FLOW_CUSTOM_ERROR) { in gst_curl_http_src_handle_response()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h184 GST_FLOW_CUSTOM_ERROR = -100, enumerator
Dgstpad.c223 {GST_FLOW_CUSTOM_ERROR, "custom-error", 0}
239 ret = CLAMP (ret, GST_FLOW_CUSTOM_ERROR, GST_FLOW_CUSTOM_SUCCESS); in gst_flow_get_name()
262 ret = CLAMP (ret, GST_FLOW_CUSTOM_ERROR, GST_FLOW_CUSTOM_SUCCESS); in gst_flow_to_quark()
Dgstenumtypes.c1114 { C_ENUM(GST_FLOW_CUSTOM_ERROR), "GST_FLOW_CUSTOM_ERROR", "custom-error" }, in gst_flow_return_get_type()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1243 GST_FLOW_CUSTOM_ERROR, err); in gst_adaptive_demux_handle_message()
3758 stream->last_ret = GST_FLOW_CUSTOM_ERROR; in gst_adaptive_demux_stream_download_uri()
3759 ret = GST_FLOW_CUSTOM_ERROR; in gst_adaptive_demux_stream_download_uri()
3968 if (ret == GST_FLOW_CUSTOM_ERROR && stream->errcode == GST_RESOURCE_ERROR_TIME_OUT) { in gst_adaptive_demux_stream_download_fragment()
3981 if (ret != GST_FLOW_CUSTOM_ERROR) in gst_adaptive_demux_stream_download_fragment()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideosrc.c979 } else if (result == GST_FLOW_CUSTOM_ERROR) { in gst_ks_video_src_create()
Dgstksvideodevice.c1149 return GST_FLOW_CUSTOM_ERROR; in gst_ks_video_device_read_frame()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c1146 ret = GST_FLOW_CUSTOM_ERROR; in GST_START_TEST()
1157 ret = GST_FLOW_CUSTOM_ERROR - 2; in GST_START_TEST()
1163 ret = GST_FLOW_CUSTOM_ERROR + 2; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c78 #define GST_FLOW_REWINDING GST_FLOW_CUSTOM_ERROR
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c59 #define GST_FLOW_LIMIT GST_FLOW_CUSTOM_ERROR
/third_party/gstreamer/gstreamer/
DChangeLog109676 API: GST_FLOW_CUSTOM_ERROR