Searched refs:GST_STREAM_ERROR_FAILED (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gsterror.h | 192 GST_STREAM_ERROR_FAILED = 1, enumerator
|
D | gsterror.c | 248 case GST_STREAM_ERROR_FAILED: in gst_error_get_stream_error()
|
D | gstenumtypes.c | 521 { C_ENUM(GST_STREAM_ERROR_FAILED), "GST_STREAM_ERROR_FAILED", "failed" }, in gst_stream_error_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 1661 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/ |
D | gstplaybin2.c | 3670 … ((err != NULL) && err->domain == GST_STREAM_ERROR) && (err->code == GST_STREAM_ERROR_FAILED)) { in handle_message_error()
|