|
Jetson Inference
DNN Vision Library
|
Go to the documentation of this file.
23 #ifndef __GSTREAMER_UTILITY_H__
24 #define __GSTREAMER_UTILITY_H__
37 #define LOG_GSTREAMER "[gstreamer] "
imageFormat gst_parse_format(GstStructure *caps)
gst_parse_format
videoOptions::Codec gst_parse_codec(GstStructure *caps)
gst_parse_codec
gboolean gst_message_print(_GstBus *bus, _GstMessage *message, void *user_data)
gst_message_print
Codec
Video codecs.
Definition: videoOptions.h:198
const char * gst_select_decoder(videoOptions::Codec codec, videoOptions::CodecType &type)
gst_select_decoder
videoOptions::CodecType gst_default_codec()
gst_default_codec
Resource URI of a video device, IP stream, or file/directory.
Definition: URI.h:101
const char * gst_codec_to_string(videoOptions::Codec codec)
gst_codec_to_string
const char * gst_select_encoder(videoOptions::Codec codec, videoOptions::CodecType &type)
gst_select_decoder
bool gstreamerInit()
gstreamerInit
CodecType
Video codec engines.
Definition: videoOptions.h:227
bool gst_build_filesink(const URI &uri, videoOptions::Codec codec, std::ostringstream &pipeline)
gst_build_filesink
const char * gst_format_to_string(imageFormat format)
gst_format_to_string