analytics: Fix docs of gst_tensor_check_type()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9311>
This commit is contained in:
Sebastian Dröge 2025-06-30 11:56:49 +03:00 committed by GStreamer Marge Bot
parent 7e2b383553
commit 8711294ea0
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

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