d3d12utils: Fix documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6699>
This commit is contained in:
Seungha Yang 2024-04-20 23:13:20 +09:00 committed by GStreamer Marge Bot
parent 6efeeb8300
commit b12b04eeef

View file

@ -649,6 +649,7 @@ gst_d3d12_buffer_copy_into (GstBuffer * dest, GstBuffer * src,
* @file: the file that checking the result code
* @function: the function that checking the result code
* @line: the line that checking the result code
* @level: #GstDebugLevel
*
* Prints debug message if @result code indicates the operation was failed.
*