GstBusWatch.h File
Bus logging and message helpers. More...
Included Headers
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
Typedefs Index
| typedef | struct _GstElement GstElement |
| typedef | struct _GstMessage GstMessage |
Description
Bus logging and message helpers.
Typedefs
GstElement
|
Definition at line 1 of file GstBusWatch.h.
12typedef struct _GstElement GstElement;
GstMessage
|
Definition at line 1 of file GstBusWatch.h.
13typedef struct _GstMessage GstMessage;
File Listing
The file content with the documentation metadata removed is:
12typedef struct _GstElement GstElement;
13typedef struct _GstMessage GstMessage;
15namespace simaai::neat {
17using BusMessageFn = void (*)(const char* type, const char* src, const std::string& line,
19using BusErrorFn = void (*)(const std::string& line, void* user_data);
21std::string gst_message_to_string(GstMessage* msg);
23void drain_bus(GstElement* pipeline, BusMessageFn on_message, void* user_data);
25void throw_if_bus_error(GstElement* pipeline, BusMessageFn on_message, void* user_data,
26 BusErrorFn on_error, void* error_user_data);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.