Go to the documentation of this file.
13 #ifndef __GST_TENSOR_QUERY_SERVERSINK_H__
14 #define __GST_TENSOR_QUERY_SERVERSINK_H__
17 #include <gst/base/gstbasesink.h>
23 #define GST_TYPE_TENSOR_QUERY_SERVERSINK \
24 (gst_tensor_query_serversink_get_type())
25 #define GST_TENSOR_QUERY_SERVERSINK(obj) \
26 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_QUERY_SERVERSINK,GstTensorQueryServerSink))
27 #define GST_TENSOR_QUERY_SERVERSINK_CLASS(klass) \
28 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_QUERY_SERVERSINK,GstTensorQueryServerSinkClass))
29 #define GST_IS_TENSOR_QUERY_SERVERSINK(obj) \
30 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_QUERY_SERVERSINK))
31 #define GST_IS_TENSOR_QUERY_SERVERSINK_CLASS(klass) \
32 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_QUERY_SERVERSINK))
33 #define GST_TENSOR_QUERY_SERVERSINK_CAST(obj) ((GstTensorQueryServerSink *)(obj))
GstBaseSinkClass parent_class
GstTensorQueryServerSink data structure.
nns_edge_connect_type_e connect_type
GStreamer plugin to handle meta_query for server elements.
gint metaless_frame_count
GstTensorQueryServerSinkClass data structure.
gint metaless_frame_limit
Common header file for NNStreamer, the GStreamer plugin for neural networks.
GType gst_tensor_query_serversink_get_type(void)
Utility functions for tensor query.