NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
gst-nvmessage.h File Reference

Detailed Description

NVIDIA GStreamer DeepStream: Custom Messages

Description: This file specifies the NVIDIA DeepStream GStreamer custom message functions.

Definition in file gst-nvmessage.h.

Go to the source code of this file.

Functions

G_BEGIN_DECLS GstMessage * gst_nvmessage_new_stream_eos (GstObject *obj, guint eos_stream_id)
 Creates a new Stream EOS message. More...
 
gboolean gst_nvmessage_is_stream_eos (GstMessage *message)
 Determines whether a message is a Stream EOS message. More...
 
gboolean gst_nvmessage_parse_stream_eos (GstMessage *message, guint *eos_stream_id)
 Parses the stream ID from a Stream EOS message. More...