analytics: Fix docs of gst_tensor_check_type()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9311>
This commit is contained in:
parent
7e2b383553
commit
8711294ea0
@ -1351,6 +1351,7 @@ Otherwise FALSE will be returned.</doc>
|
||||
</return-value>
|
||||
<parameters>
|
||||
<instance-parameter name="tensor" transfer-ownership="none">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/analytics/gsttensor.c">A #GstTensor</doc>
|
||||
<type name="Tensor" c:type="const GstTensor*"/>
|
||||
</instance-parameter>
|
||||
<parameter name="order" transfer-ownership="none">
|
||||
|
@ -259,7 +259,7 @@ gst_tensor_data_type_get_name (GstTensorDataType data_type)
|
||||
|
||||
/**
|
||||
* gst_tensor_check_type:
|
||||
* @tmeta: A #GstTensor
|
||||
* @tensor: A #GstTensor
|
||||
* @order: The order of the tensor to read from the memory
|
||||
* @num_dims: The number of dimensions that the tensor can have
|
||||
* @data_type: The data type of the tensor
|
||||
|
Loading…
x
Reference in New Issue
Block a user