Positive values are warning and info, 0 means no error and negative values are errors
Enumerator |
---|
GF_SCRIPT_INFO | Message from any scripting engine used in the presentation (ECMAScript, MPEG-J, ...) (Info).
|
GF_PENDING_PACKET | Indicates a send packet is not dispatched due to pending connections.
|
GF_EOS | Indicates the end of a stream or of a file (Info).
|
GF_OK |
Operation success (no error).
|
GF_BAD_PARAM |
One of the input parameter is not correct or cannot be used in the current operating mode of the framework.
|
GF_OUT_OF_MEM | Memory allocation failure.
|
GF_IO_ERR | Input/Output failure (disk access, system call failures)
|
GF_NOT_SUPPORTED | The desired feature or operation is not supported by the framework
|
GF_CORRUPTED_DATA | Input data has been corrupted
|
GF_SG_UNKNOWN_NODE | A modification was attempted on a scene node which could not be found
|
GF_SG_INVALID_PROTO | The PROTO node interface does not match the nodes using it
|
GF_SCRIPT_ERROR | An error occured in the scripting engine
|
GF_BUFFER_TOO_SMALL | Buffer is too small to contain decoded data. Decoders shall use this error whenever they need to resize their output memory buffers
|
GF_NON_COMPLIANT_BITSTREAM | The bitstream is not compliant to the specfication it refers to
|
GF_FILTER_NOT_FOUND | No filter could be found to handle the desired media type
|
GF_URL_ERROR | The URL is not properly formatted or cannot be found
|
GF_SERVICE_ERROR | An service error has occured at the local side
|
GF_REMOTE_SERVICE_ERROR | A service error has occured at the remote (server) side
|
GF_STREAM_NOT_FOUND | The desired stream could not be found in the service
|
GF_URL_REMOVED | The URL no longer exists
|
GF_ISOM_INVALID_FILE | The IsoMedia file is not a valid one
|
GF_ISOM_INCOMPLETE_FILE | The IsoMedia file is not complete. Either the file is being downloaded, or it has been truncated
|
GF_ISOM_INVALID_MEDIA | The media in this IsoMedia track is not valid (usually due to a broken stream description)
|
GF_ISOM_INVALID_MODE | The requested operation cannot happen in the current opening mode of the IsoMedia file
|
GF_ISOM_UNKNOWN_DATA_REF | This IsoMedia track refers to media outside the file in an unknown way
|
GF_ODF_INVALID_DESCRIPTOR | An invalid MPEG-4 Object Descriptor was found
|
GF_ODF_FORBIDDEN_DESCRIPTOR | An MPEG-4 Object Descriptor was found or added to a forbidden descriptor
|
GF_ODF_INVALID_COMMAND | An invalid MPEG-4 BIFS command was detected
|
GF_BIFS_UNKNOWN_VERSION | The scene has been encoded using an unknown BIFS version
|
GF_IP_ADDRESS_NOT_FOUND | The remote IP address could not be solved
|
GF_IP_CONNECTION_FAILURE | The connection to the remote peer has failed
|
GF_IP_NETWORK_FAILURE | The network operation has failed
|
GF_IP_CONNECTION_CLOSED | The network connection has been closed
|
GF_IP_NETWORK_EMPTY | The network operation has failed because no data is available
|
GF_IP_UDP_TIMEOUT | UDP connection did not receive any data at all. Signaled by client services to reconfigure network if possible
|
GF_AUTHENTICATION_FAILURE | Authentication with the remote host has failed
|
GF_NOT_READY | Not ready for execution, later retry is needed
|
GF_INVALID_CONFIGURATION | Bad configuration for the current context
|
GF_NOT_FOUND | The element has not been found
|
GF_PROFILE_NOT_SUPPORTED | Unexpected format of data
|
GF_REQUIRES_NEW_INSTANCE | filter PID config requires new instance of filter
|
GF_FILTER_NOT_SUPPORTED | filter PID config cannot be supported by this filter, no use trying to find an alternate input filter chain
|
GF_IO_BYTE_RANGE_NOT_SUPPORTED | server does not support range requests: response with status=200 to a request with byte range
|