gstreamer
Loading...
Searching...
No Matches
gstreamer_options.h File Reference

Option and configuration helpers for the gstreamer module. More...

#include "goptions.h"
#include <vector>
Include dependency graph for gstreamer_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GStreamerDefinition
 Lightweight description of one configured gstreamer output. More...
 

Namespaces

namespace  gstreamer
 

Functions

vector< GStreamerDefinitiongstreamer::getGStreamerDefinition (const std::shared_ptr< GOptions > &gopts)
 Parse all configured gstreamer output definitions from the options container.
 
GOptions gstreamer::defineOptions ()
 Define the options contributed by the gstreamer module.
 

Variables

constexpr const char * GSTREAMER_LOGGER = "gstreamer"
 Logger category name used by gstreamer components.
 

Variable Documentation

◆ GSTREAMER_LOGGER

constexpr const char* GSTREAMER_LOGGER = "gstreamer"
constexpr

This string identifies the module in the logging system so that all classes and helper functions participating in gstreamer output can be configured consistently for verbosity and routing.

Definition at line 22 of file gstreamer_options.h.