NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

NVIDIA GStreamer DeepStream: Helper Queries

Description: This file specifies the NVIDIA DeepStream GStreamer helper query functions.

Definition in file gst-nvquery.h.

Go to the source code of this file.

Functions

GstQuery * gst_nvquery_batch_size_new (void)
 Creates a new batch-size query, which can be used by elements to query the number of buffers in upstream elements' batched buffers. More...
 
gboolean gst_nvquery_is_batch_size (GstQuery *query)
 Determines whether a query is a batch size query. More...
 
void gst_nvquery_batch_size_set (GstQuery *query, guint batch_size)
 Sets the batch size, used by the elements responding to the batch size query. More...
 
gboolean gst_nvquery_batch_size_parse (GstQuery *query, guint *batch_size)
 Parses batch size from a batch size query. More...
 
GstQuery * gst_nvquery_numStreams_size_new (void)
 Creates a number of streams query, used by elements to query upstream the number of input sources. More...
 
gboolean gst_nvquery_is_numStreams_size (GstQuery *query)
 Determines whether a query is a number-of-streams query. More...
 
void gst_nvquery_numStreams_size_set (GstQuery *query, guint numStreams_size)
 Sets the number of input sources. More...
 
gboolean gst_nvquery_numStreams_size_parse (GstQuery *query, guint *numStreams_size)
 Parses the number of streams from a number of streams query. More...