Module: Gst::StreamError
- Defined in:
- (unknown)
Constant Summary collapse
- FAILED =
a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.
1 or :failed
- TOO_LAZY =
do not use this except as a placeholder for deciding where to go while developing code.
2 or :too_lazy
- NOT_IMPLEMENTED =
use this when you do not want to implement this functionality yet.
3 or :not_implemented
- TYPE_NOT_FOUND =
used when the element doesn't know the stream's type.
4 or :type_not_found
- WRONG_TYPE =
used when the element doesn't handle this type of stream.
5 or :wrong_type
- CODEC_NOT_FOUND =
used when there's no codec to handle the stream's type.
6 or :codec_not_found
- DECODE =
used when decoding fails.
7 or :decode
- ENCODE =
used when encoding fails.
8 or :encode
- DEMUX =
used when demuxing fails.
9 or :demux
- MUX =
used when muxing fails.
10 or :mux
- FORMAT =
used when the stream is of the wrong format (for example, wrong caps).
11 or :format
- DECRYPT =
used when the stream is encrypted and can't be decrypted because this is not supported by the element.
12 or :decrypt
- DECRYPT_NOKEY =
used when the stream is encrypted and can't be decrypted because no suitable key is available.
13 or :decrypt_nokey
- NUM_ERRORS =
the number of stream error types.
14 or :num_errors