Go to the documentation of this file.
27 #ifndef __GST_TENSOR_SINK_H__
28 #define __GST_TENSOR_SINK_H__
31 #include <gst/base/gstbasesink.h>
36 #define GST_TYPE_TENSOR_SINK \
37 (gst_tensor_sink_get_type())
38 #define GST_TENSOR_SINK(obj) \
39 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SINK,GstTensorSink))
40 #define GST_TENSOR_SINK_CLASS(klass) \
41 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SINK,GstTensorSinkClass))
42 #define GST_IS_TENSOR_SINK(obj) \
43 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SINK))
44 #define GST_IS_TENSOR_SINK_CLASS(klass) \
45 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SINK))
76 void (*
new_data) (GstElement * element, GstBuffer * buffer);
78 void (*
eos) (GstElement * element);
void(* new_data)(GstElement *element, GstBuffer *buffer)
GstTensorSinkClass data structure.
GstBaseSinkClass parent_class
Common header file for NNStreamer, the GStreamer plugin for neural networks.
void(* stream_start)(GstElement *element)
GstTensorSink data structure.
void(* eos)(GstElement *element)
GType gst_tensor_sink_get_type(void)
Function to get type of tensor_sink.
GstClockTime last_render_time