Home
last modified time | relevance | path

Searched refs:GST_STREAM_ERROR_FAILED (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsterror.h192 GST_STREAM_ERROR_FAILED = 1, enumerator
Dgsterror.c248 case GST_STREAM_ERROR_FAILED: in gst_error_get_stream_error()
Dgstenumtypes.c521 { C_ENUM(GST_STREAM_ERROR_FAILED), "GST_STREAM_ERROR_FAILED", "failed" }, in gst_stream_error_get_type()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1661 g_set_error (err, GST_STREAM_ERROR, GST_STREAM_ERROR_FAILED, in gst_hls_demux_update_rendition_manifest()
1735 g_set_error (err, GST_STREAM_ERROR, GST_STREAM_ERROR_FAILED, in gst_hls_demux_update_playlist()
1772 g_set_error (err, GST_STREAM_ERROR, GST_STREAM_ERROR_FAILED, in gst_hls_demux_update_playlist()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3670 … ((err != NULL) && err->domain == GST_STREAM_ERROR) && (err->code == GST_STREAM_ERROR_FAILED)) { in handle_message_error()