docs/html/gstUtility_8h.html
| | Jetson Inference
DNN Vision Library |
gstUtility.h File Reference
#include <gst/gst.h>
#include <sstream>
#include "videoOptions.h"
#include "NvInfer.h"
Go to the source code of this file.
|
|
| #define | LOG_GSTREAMER "[gstreamer] " |
| | LOG_GSTREAMER logging prefix. More...
|
| |
|
|
| bool | gstreamerInit () |
| | gstreamerInit More...
|
| |
| gboolean | gst_message_print (_GstBus *bus, _GstMessage *message, void *user_data) |
| | gst_message_print More...
|
| |
| videoOptions::Codec | gst_parse_codec (GstStructure *caps) |
| | gst_parse_codec More...
|
| |
| imageFormat | gst_parse_format (GstStructure *caps) |
| | gst_parse_format More...
|
| |
| const char * | gst_codec_to_string (videoOptions::Codec codec) |
| | gst_codec_to_string More...
|
| |
| const char * | gst_format_to_string (imageFormat format) |
| | gst_format_to_string More...
|
| |
| bool | gst_build_filesink (const URI &uri, videoOptions::Codec codec, std::ostringstream &pipeline) |
| | gst_build_filesink More...
|
| |
| const char * | gst_select_decoder (videoOptions::Codec codec, videoOptions::CodecType &type) |
| | gst_select_decoder More...
|
| |
| const char * | gst_select_encoder (videoOptions::Codec codec, videoOptions::CodecType &type) |
| | gst_select_decoder More...
|
| |
| videoOptions::CodecType | gst_default_codec () |
| | gst_default_codec More...
|
| |
| bool gst_build_filesink | ( | const URI & | uri, | | | | videoOptions::Codec | codec, | | | | std::ostringstream & | pipeline | | | ) | | |
gst_build_filesink
| const char* gst_codec_to_string | ( | videoOptions::Codec | codec | ) | |
gst_codec_to_string
| videoOptions::CodecType gst_default_codec | ( | | ) | |
gst_default_codec
| const char* gst_format_to_string | ( | imageFormat | format | ) | |
gst_format_to_string
| gboolean gst_message_print | ( | _GstBus * | bus, | | | | _GstMessage * | message, | | | | void * | user_data | | | ) | | |
gst_message_print
| videoOptions::Codec gst_parse_codec | ( | GstStructure * | caps | ) | |
gst_parse_codec
| imageFormat gst_parse_format | ( | GstStructure * | caps | ) | |
gst_parse_format
| const char* gst_select_decoder | ( | videoOptions::Codec | codec, | | | | videoOptions::CodecType & | type | | | ) | | |
gst_select_decoder
| const char* gst_select_encoder | ( | videoOptions::Codec | codec, | | | | videoOptions::CodecType & | type | | | ) | | |
gst_select_decoder
| bool gstreamerInit | ( | | ) | |
gstreamerInit