|
gstreamer
|
Shared constants and error codes for the gstreamer module.

Go to the source code of this file.
Namespaces | |
| namespace | gstreamer |
Variables | |
| constexpr int | gstreamer::DEFAULT_GSTREAMER_BUFFER_FLUSH_LIMIT = 100 |
| Default number of buffered events before a GStreamer instance flushes its internal buffer. | |
gstreamer error codes | |
Error and diagnostic codes reserved for the gstreamer module. These values are grouped in the 800 range so gstreamer-related failures remain easy to identify in logs and error reports. | |
| constexpr int | gstreamer::ERR_GSTREAMERFACTORYNOTFOUND = 801 |
| constexpr int | gstreamer::ERR_GSTREAMERVARIABLEEXISTS = 802 |
| Duplicate variable registration was attempted in a streamer-specific schema. | |
| constexpr int | gstreamer::ERR_CANTOPENOUTPUT = 803 |
| Output medium could not be opened successfully. | |
| constexpr int | gstreamer::ERR_CANTCLOSEOUTPUT = 804 |
| Output medium could not be closed cleanly. | |
| constexpr int | gstreamer::ERR_PUBLISH_ERROR = 805 |
| Publish sequence encountered invalid state or invalid input data. | |