NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

NVIDIA GStreamer DeepStream: Custom Message Functions

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

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...