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
 Utility struct describing one configured output for the gstreamer module. More...
 

Namespaces

namespace  gstreamer
 

Functions

vector< GStreamerDefinitiongstreamer::getGStreamerDefinition (const std::shared_ptr< GOptions > &gopts)
 Parse gstreamer output definitions from options.
 
GOptions gstreamer::defineOptions ()
 Contribute gstreamer options to the global option set.
 

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 is passed to the GEMC logging system so that verbosity and routing can be configured consistently for the entire module.

Definition at line 20 of file gstreamer_options.h.