mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
d3d12: Fix debug category name
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7243>
This commit is contained in:
parent
88efaa35a8
commit
9a8d7db5de
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ensure_debug_category (void)
|
|||
static GstDebugCategory *cat = nullptr;
|
||||
|
||||
GST_D3D12_CALL_ONCE_BEGIN {
|
||||
cat = _gst_debug_category_new ("d3d12allocator", 0, "d3d12allocator");
|
||||
cat = _gst_debug_category_new ("d3d12utils", 0, "d3d12utils");
|
||||
} GST_D3D12_CALL_ONCE_END;
|
||||
|
||||
return cat;
|
||||
|
|
Loading…
Reference in a new issue