gstreamer
Loading...
Searching...
No Matches
gstreamerConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gstreamer {
4
10
18inline constexpr int DEFAULT_GSTREAMER_BUFFER_FLUSH_LIMIT = 100;
19
29inline constexpr int ERR_GSTREAMERFACTORYNOTFOUND = 801;
31inline constexpr int ERR_GSTREAMERVARIABLEEXISTS = 802;
33inline constexpr int ERR_CANTOPENOUTPUT = 803;
35inline constexpr int ERR_CANTCLOSEOUTPUT = 804;
37inline constexpr int ERR_PUBLISH_ERROR = 805;
39
40} // namespace gstreamer
constexpr int ERR_PUBLISH_ERROR
Publish sequence encountered invalid state or invalid input data.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.
constexpr int ERR_GSTREAMERVARIABLEEXISTS
Duplicate variable registration was attempted in a streamer-specific schema.
constexpr int ERR_CANTCLOSEOUTPUT
Output medium could not be closed cleanly.
constexpr int ERR_GSTREAMERFACTORYNOTFOUND
constexpr int DEFAULT_GSTREAMER_BUFFER_FLUSH_LIMIT
Default number of buffered events before a GStreamer instance flushes its internal buffer.